Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin | /admin/ | Path does not match |
| 2 | add_permission | /admin/permission/add | Path does not match |
| 3 | app_permission_delete | /admin/permission/{id}/delete | Path does not match |
| 4 | app_permission_edit | /admin/permission/{id}/edit | Path does not match |
| 5 | app_user_delete | /admin/{id} | Path does not match |
| 6 | user_new | /admin/new | Path does not match |
| 7 | app_user_edit | /admin/{id}/edit | Path does not match |
| 8 | app_user_email | /admin/email | Path does not match |
| 9 | app_user_username | /admin/username | Path does not match |
| 10 | app_index | / | Path does not match |
| 11 | app_deploy | /deploy/ | Path does not match |
| 12 | show_deploy | /deploy/show/{id} | Path does not match |
| 13 | finishedDate_deploy | /deploy/finishedDate/{id} | Path does not match |
| 14 | new_deploy | /deploy/new | Path does not match |
| 15 | test | /deploy/test/{id} | Path does not match |
| 16 | stopdeployment | /deploy/stopdeployment/{id} | Path does not match |
| 17 | changestatus | /deploy/changestatus/{id} | Path does not match |
| 18 | image_branches | /deploy/image_branches | Path does not match |
| 19 | config_branches | /deploy/config_branches | Path does not match |
| 20 | groupe | /deploy/groupe | Path does not match |
| 21 | approve_package | /deploy/approve/{id} | Path does not match |
| 22 | edit_package | /deploy/edit/{id} | Path does not match |
| 23 | delete_package | /deploy/delete/{id} | Path does not match |
| 24 | search_packages | /deploy/search | Path does not match |
| 25 | app_register | /register | Path does not match |
| 26 | app_secrets | /secrets/ | Path does not match |
| 27 | crypt_secrets | /secrets/crypt | Path does not match |
| 28 | decrypt_secrets | /secrets/decrypt | Path does not match |
| 29 | 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.