Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | / | Path does not match |
| 2 | api_export_csv | /api/form/data/export/{formId} | Path does not match |
| 3 | api_ebp_confirm | /api/data/ebp/confirm | Path does not match |
| 4 | api_kizeo_list_client_update | /api/update/kizeo/clientList/{kizeoDataId} | Path does not match |
| 5 | api_ebp_send_log | /api/send/log/ebp | Path does not match |
| 6 | api_sendlist | /api/sendlist | Path does not match |
| 7 | api_ebp_command_completed | /api/ebp/command-completed | Path does not match |
| 8 | 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.