Routing
app_v1_barcode_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "json" |
| code | "9000358215856095" |
Route Matching Logs
Path to match:
/api/v1/barcode/9000358215856095
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.