Routing
base_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://mdaudit.wildcard.dev/login
Route Matching Logs
Path to match:
/
| # | 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 | Path does not match |
| 8 | auth_login_check | /login_check | Path does not match |
| 9 | auth_logout | /logout | Path does not match |
| 10 | base_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.