Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | home | / | Path does not match |
| 3 | je-suis | /evaluation/{eval}/je-suis | Path does not match |
| 4 | under-acitivty | /evaluation/{eval}/under-acitivty | Path does not match |
| 5 | under-under-acitivty | /evaluation/{eval}/under-under-acitivty | Path does not match |
| 6 | save-step | /save-step/{eval} | Path does not match |
| 7 | step-2 | /step-2/{slug} | Path does not match |
| 8 | calcule | /calcule/commerce | Path does not match |
| 9 | insee-siret | /INSEE/call | Path does not match |
| 10 | app | /api/test/fcm | Path does not match |
| 11 | app_parasols | /api/notif/liberer/{id_parasol} | Path does not match |
| 12 | parasols_per_rayon | /api/parasols/{id_rayon} | Path does not match |
| 13 | reservation | /api/parasols/reservation/{id_parasol} | Path does not match |
| 14 | modif | /api/parasols/modifier/{id_parasol} | Path does not match |
| 15 | attribuer | /api/parasols/attribuer/{id_parasol} | Path does not match |
| 16 | annuler | /api/parasols/annuler/{id_parasol} | Path does not match |
| 17 | liberer | /api/parasols/liberer/{id_parasol} | Path does not match |
| 18 | dropped | /api/dropped/{id_rayon} | Path does not match |
| 19 | load_ordre | /admin/addline/{id_rayon} | Path does not match |
| 20 | app_rayon | /api/liste/chefBords | Path does not match |
| 21 | add_user_rayon | /api/rayons/adduser | Path does not match |
| 22 | rayons_per_user | /api/rayons/{id_user} | Path does not match |
| 23 | app_register | /register | Path does not match |
| 24 | redirectTo | / | Path does not match |
| 25 | 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.