Routing
auth_login_form
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | agent_api_login | /agent-api/login | Path does not match |
| 2 | agent_api_logout | /agent-api/logout | Path does not match |
| 3 | agent_api_joborders | /agent-api/job-orders | Path does not match |
| 4 | agent_api_start_joborder | /agent-api/job-orders/{id} | Path does not match |
| 5 | agent_api_update_evaluation | /agent-api/job-orders/{id}/evaluation | Path does not match |
| 6 | agent_api_update_evaluation_image | /agent-api/job-orders/{id}/evaluation/images/{filename} | Path does not match |
| 7 | auth_login_form | /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.