Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/doc
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | translation_index | /admin/_trans/{configName} | Path does not match |
| 2 | translation_show | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 3 | translation_create | /admin/_trans/{configName}/{locale}/{domain}/new | Path does not match |
| 4 | translation_edit | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 5 | translation_delete | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 6 | php_translation_profiler_translation_edit | /{token}/translation/edit | Path does not match |
| 7 | php_translation_profiler_translation_sync | /{token}/translation/sync | Path does not match |
| 8 | php_translation_profiler_translation_sync_all | /{token}/translation/sync_all | Path does not match |
| 9 | php_translation_profiler_translation_create_assets | /{token}/translation/create_assets | Path does not match |
| 10 | admin_log_show | /admin/logs/{id}/show | Path does not match |
| 11 | admin_log_list | /admin/logs | Path does not match |
| 12 | admin_log_create | /admin/logs/create | Path does not match |
| 13 | admin_log_update | /admin/logs/{id}/update | Path does not match |
| 14 | admin_log_delete | /admin/logs/{id}/delete | Path does not match |
| 15 | admin_airport_list | /admin/airports | Path does not match |
| 16 | admin_airport_create | /admin/airports/create | Path does not match |
| 17 | admin_airport_update | /admin/airports/{id}/update | Path does not match |
| 18 | admin_airport_delete | /admin/airports/{id}/delete | Path does not match |
| 19 | admin_dashboard_show | /admin/ | Path does not match |
| 20 | admin_tools_merlinx_v5_list | /admin/merlinx-v5 | Path does not match |
| 21 | admin_tools_merlinx_v5_api_key | /admin/merlinx-v5/api-key | Path does not match |
| 22 | admin_tour_operator_list | /admin/tour-operators | Path does not match |
| 23 | admin_tour_operator_create | /admin/tour-operators/create | Path does not match |
| 24 | admin_tour_operator_update | /admin/tour-operators/{id}/update | Path does not match |
| 25 | admin_tour_operator_delete | /admin/tour-operators/{id}/delete | Path does not match |
| 26 | admin_user_list | /admin/users | Path does not match |
| 27 | admin_user_create | /admin/users/create | Path does not match |
| 28 | admin_user_update | /admin/users/{id}/update | Path does not match |
| 29 | admin_user_delete | /admin/users/{id}/delete | Path does not match |
| 30 | admin_user_type_list | /admin/user-types | Path does not match |
| 31 | admin_user_type_create | /admin/user-types/create | Path does not match |
| 32 | admin_user_type_update | /admin/user-types/{id}/update | Path does not match |
| 33 | admin_user_type_delete | /admin/user-types/{id}/delete | Path does not match |
| 34 | booking_book_book | /api/booking/book | Path does not match |
| 35 | booking_cancel_cancel | /api/booking/cancel | Path does not match |
| 36 | booking_change_change | /api/booking/change | Path does not match |
| 37 | booking_change_check | /api/booking/change/check | Path does not match |
| 38 | booking_check_check | /api/booking/check | Path does not match |
| 39 | booking_check_available | /api/booking/check/available | Path does not match |
| 40 | booking_document_document | /api/booking/document | Path does not match |
| 41 | booking_option_option | /api/booking/option | Path does not match |
| 42 | booking_option_confirm | /api/booking/option/confirm | Path does not match |
| 43 | booking_status_status | /api/booking/status | Path does not match |
| 44 | booking_status_short | /api/booking/status/short | Path does not match |
| 45 | insurance_check_check | /api/insurance/check | Path does not match |
| 46 | insurance_create_create | /api/insurance/create | Path does not match |
| 47 | insurance_search_search | /api/insurance/search | Path does not match |
| 48 | main_homepage_show | / | Path does not match |
| 49 | main_login_form | /login | Path does not match |
| 50 | api_offer_details_get | /api/offers/details | Path does not match |
| 51 | api_offer_filters_get | /api/offers/filters | Path does not match |
| 52 | api_offer_filters_get-full | /api/offers/filters/full | Path does not match |
| 53 | api_offer_form_get | /api/offers/form | Path does not match |
| 54 | api_offer_regions_get | /api/offers/regions | Path does not match |
| 55 | api_offer_search_get | /api/offers/search | Path does not match |
| 56 | api_offer_search_offer_get | /api/offers/search/offer | Path does not match |
| 57 | api_offer_ski_regions_get | /api/offers/regions/ski | Path does not match |
| 58 | parking_create_create | /api/parking/create | Path does not match |
| 59 | parking_search_search | /api/parking/search | Path does not match |
| 60 | region_region_get | /api/regions | Path does not match |
| 61 | tour_operator_tour_operator_get | /api/tour-operators | Path does not match |
| 62 | _login | /_login | Path does not match |
| 63 | _logout | /_logout | Path does not match |
| 64 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 65 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 66 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 67 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 68 | app.swagger_ui | /api/doc | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.