Routing
admin
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin
# | Route name | Path | Log |
---|---|---|---|
1 | app_home | / | Path does not match |
2 | get_image_upload | /get/img/upload | Path does not match |
3 | get_dirs_content_projet_logoold | /get/dirs/projet/logo/old | Path does not match |
4 | app_admin_change_project | /admin/change/project | Path does not match |
5 | app_change_project | /change/project | Path does not match |
6 | admin | /admin | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.