Routing
app_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/fr/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | back_dashboard | /{_locale}/back/ | Path does not match |
| 2 | back_my_profile | /{_locale}/back/my-profile | Path does not match |
| 3 | app_api_agency_listsecured | /{_locale}/api/secured/agency.{_format} | Path does not match |
| 4 | app_api_agency_newsecured | /{_locale}/api/secured/agency.{_format} | Path does not match |
| 5 | app_api_calculator_calculator | /{_locale}/api/calculator.{_format} | Path does not match |
| 6 | app_api_city_list | /{_locale}/api/city.{_format} | Path does not match |
| 7 | app_api_housingsituation_list | /{_locale}/api/housingSituation.{_format} | Path does not match |
| 8 | app_api_login_check | /api/login_check.{_format} | Path does not match |
| 9 | app_api_login_gettokenuser | /api/current_token.{_format} | Path does not match |
| 10 | app_api_maritalstatus_list | /{_locale}/api/maritalStatus.{_format} | Path does not match |
| 11 | app_api_nationality_list | /{_locale}/api/nationality.{_format} | Path does not match |
| 12 | app_api_title_list | /{_locale}/api/title.{_format} | Path does not match |
| 13 | app_api_user_listsecured | /{_locale}/api/secured/user.{_format} | Path does not match |
| 14 | app_api_user_showsecured | /{_locale}/api/secured/user/{id}.{_format} | Path does not match |
| 15 | app_api_user_newsecured | /{_locale}/api/secured/user.{_format} | Path does not match |
| 16 | app_api_user_changepasswordsecured | /{_locale}/api/secured/user/{id}/change-password.{_format} | Path does not match |
| 17 | app_api_user_addagencysecured | /{_locale}/api/secured/user/{id}/agency/add.{_format} | Path does not match |
| 18 | app_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.