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 | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin_get_users | /api/admin/users | Path does not match |
| 16 | admin_update_user | /api/admin/users/{id} | Path does not match |
| 17 | admin_get_shop_categories | /api/admin/shop/categories | Path does not match |
| 18 | admin_get_support_tickets | /api/admin/tickets | Path does not match |
| 19 | admin_get_ticket_details | /api/admin/tickets/{id} | Path does not match |
| 20 | admin_reply_to_ticket | /api/admin/tickets/{id}/reply | Path does not match |
| 21 | admin_update_ticket_status | /api/admin/tickets/{id}/status | Path does not match |
| 22 | admin_create_shop_category | /api/admin/shop/categories | Path does not match |
| 23 | admin_update_shop_category | /api/admin/shop/categories/{id} | Path does not match |
| 24 | admin_delete_shop_category | /api/admin/shop/categories/{id} | Path does not match |
| 25 | admin_get_shop_packages | /api/admin/shop/packages | Path does not match |
| 26 | admin_create_shop_package | /api/admin/shop/packages | Path does not match |
| 27 | admin_update_shop_package | /api/admin/shop/packages/{id} | Path does not match |
| 28 | admin_delete_shop_package | /api/admin/shop/packages/{id} | Path does not match |
| 29 | admin_get_services | /api/admin/services | Path does not match |
| 30 | app_admin_dashboard | /admin/{vuePath} | Path does not match |
| 31 | api_user_service_files_download | /api/user/services/{id}/files/download | Path does not match |
| 32 | api_user_service_files_get_contents | /api/user/services/{id}/files/contents | Path does not match |
| 33 | api_user_service_files_put_contents | /api/user/services/{id}/files/contents | Path does not match |
| 34 | api_user_service_files_delete | /api/user/services/{id}/files/delete | Path does not match |
| 35 | api_user_service_files_mkdir | /api/user/services/{id}/files/mkdir | Path does not match |
| 36 | api_user_service_files_touch | /api/user/services/{id}/files/touch | Path does not match |
| 37 | api_user_service_files_upload | /api/user/services/{id}/files/upload | Path does not match |
| 38 | api_user_service_files | /api/user/services/{id}/files | Path does not match |
| 39 | api_user_profile | /api/user/profile | Path does not match |
| 40 | api_update_user_profile | /api/user/profile | Path does not match |
| 41 | api_user_services | /api/user/services | Path does not match |
| 42 | api_user_service_console_ws | /api/user/services/{id}/console/websocket | Path does not match |
| 43 | api_toggle_service_power | /api/user/services/{id}/toggle-power | Path does not match |
| 44 | api_shop_categories | /api/shop/categories | Path does not match |
| 45 | api_shop_packages | /api/shop/packages | Path does not match |
| 46 | api_shop_purchase | /api/shop/purchase | Path does not match |
| 47 | api_support_tickets | /api/support/tickets | Path does not match |
| 48 | api_create_ticket | /api/support/tickets | Path does not match |
| 49 | api_add_ticket_message | /api/support/tickets/{id}/messages | Path does not match |
| 50 | api_close_ticket | /api/support/tickets/{id}/close | Path does not match |
| 51 | app_home | / | Path does not match |
| 52 | 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.