Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | api_v1_auth_login | /api/v1/auth/login | Path does not match |
| 17 | api_v1_auth_logout | /api/v1/auth/logout | Path does not match |
| 18 | api_v1_auth_me | /api/v1/auth/me | Path does not match |
| 19 | api_v1_auth_password_change | /api/v1/auth/password-change | Path does not match |
| 20 | api_v1_auth_password_reset | /api/v1/auth/password-reset | Path does not match |
| 21 | app_default_info | /api/info | Path does not match |
| 22 | app_default_health | /api/health | Path does not match |
| 23 | app_default_version | /api/version | Path does not match |
| 24 | app_default_docs | /api/docs | Path does not match |
| 25 | app_default_openapi | /api/openapi.json | Path does not match |
| 26 | app_default_homeinfos | /api/v1/home/infos | Path does not match |
| 27 | api_v1_driver_driver_chats | /api/v1/driver/chats | Path does not match |
| 28 | api_v1_driver_driver_chat_delete | /api/v1/driver/chat/{id} | Path does not match |
| 29 | api_v1_driver_driver_chat_messages | /api/v1/driver/chat/{id} | Path does not match |
| 30 | api_v1_driver_driver_chat_messages_send | /api/v1/driver/chat/{id} | Path does not match |
| 31 | api_v1_driver_driver_periods | /api/v1/driver/periods | Path does not match |
| 32 | api_v1_driver_driver_period_enable_disable | /api/v1/driver/period/{id} | Path does not match |
| 33 | api_v1_driver_driver_period_update | /api/v1/driver/period/{id} | Path does not match |
| 34 | api_v1_driver_driver_period_save_add | /api/v1/driver/period | Path does not match |
| 35 | api_v1_driver_driver_period_delete | /api/v1/driver/period/{id} | Path does not match |
| 36 | api_v1_driver_driver_private_mode_update | /api/v1/driver/privateMode | Path does not match |
| 37 | api_v1_vehicles_vehicle_infos | /api/v1/vehicles/infos | Path does not match |
| 38 | api_v1_vehicles_vehicle_position | /api/v1/vehicles/position | Path does not match |
| 39 | api_v1_vehicles_vehicle_stats | /api/v1/vehicles/stats | Path does not match |
| 40 | api_v1_vehicles_vehicle_maintenances | /api/v1/vehicles/maintenances | Path does not match |
| 41 | api_v1_vehicles_vehicle_maintenance | /api/v1/vehicles/maintenance/{id} | Path does not match |
| 42 | app_dashboard | / | Path does not match |
| 43 | app_driving | /driving | Path does not match |
| 44 | app_localize | /localize | Path does not match |
| 45 | app_messaging | /messaging | Path does not match |
| 46 | app_messaging_show | /messaging/{id} | Path does not match |
| 47 | app_messaging_send | /messaging/{id}/send | Path does not match |
| 48 | app_notifications_unread | /notifications/unread | Path does not match |
| 49 | app_notifications_read_all | /notifications/read-all | Path does not match |
| 50 | app_notifications_mark_read | /notifications/{id}/read | Path does not match |
| 51 | app_private_mode | /private-mode | Path does not match |
| 52 | app_private_mode_toggle | /private-mode/toggle | Path does not match |
| 53 | app_private_mode_period_toggle | /private-mode/period/{id}/toggle | Path does not match |
| 54 | app_private_mode_period_new | /private-mode/period/new | Path does not match |
| 55 | app_private_mode_period_save | /private-mode/period/save | Path does not match |
| 56 | app_private_mode_period_delete | /private-mode/period/{id}/delete | Path does not match |
| 57 | app_profile | /profile | Path does not match |
| 58 | app_profile_password | /profile/password | Path does not match |
| 59 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.