Routing
app_v1_cinema_index
Matched route
Route Parameters
Name | Value |
---|---|
_format | "json" |
Route Matching Logs
Path to match:
/api/v1/cinemas
# | Route name | Path | Log |
---|---|---|---|
1 | app_v1_applewalletpass_createticketspass | /api/v1/apple-wallet/create-pass/{cinemaId}/{bookingId} | Path does not match |
2 | app_v1_applewalletpass_createticketspassbyorderid | /api/v1/apple-wallet/create-pass-by-order-id/{orderId} | Path does not match |
3 | app_v1_applewalletpass_createbonuscardpass | /api/v1/apple-wallet/create-pass-by-user | Path does not match |
4 | app_v1_b2bnewsletter_index | /api/v1/b2bnewsletter/request | Path does not match |
5 | app_v1_barcode_index | /api/v1/barcode/{code} | Path does not match |
6 | app_v1_barcode_qr | /api/v1/barcode/qr/{code} | Path does not match |
7 | app_barcode_barcode | /api/v1/barcode/mailbarcode/{code} | Path does not match |
8 | app_barcode_qr | /api/v1/barcode/mailqr/{code} | Path does not match |
9 | app_v1_cinema_index | /api/v1/cinemas | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.