Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://www.readytoshoot.understandingcode.pt/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /api/login | Path does not match |
| 2 | api_motorist_index | /api/motorists | Path does not match |
| 3 | api_motorist_message_index | /api/motorist_messages | Path does not match |
| 4 | api_motorist_message_new_or_update | /api/motorist_messages | Path does not match |
| 5 | api_task_index | /api/tasks/ | Path does not match |
| 6 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.