Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | action_index | /action/ | Path does not match |
2 | action_create | /action/create | Path does not match |
3 | action_edit | /action/{id}/edit} | Path does not match |
4 | action_delete | /action/{id}/delete | Path does not match |
5 | action_view | /action/{id}/view | Path does not match |
6 | action_change | /action/{id}/change/{to} | Path does not match |
7 | comment_delete | /comment/{id}/delete | Path does not match |
8 | add_action_comment | /action/{id}/addcomment | Path does not match |
9 | add_process_comment | /process/{id}/addcomment | Path does not match |
10 | add_user_comment | /user/{uuid}/addcomment | Path does not match |
11 | index | / | Path does not match |
12 | process_index | / | Path does not match |
13 | project_view | /project/{id} | Path does not match |
14 | 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.