Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | sharing_partenaires | /sharing/partenaires | Path does not match |
| 2 | sharing_partenaires_add | /sharing/partenaires/add | Path does not match |
| 3 | sharing_partenaires_active | /sharing/partenaires/active | Path does not match |
| 4 | sharing_partenaires_desactive | /sharing/partenaires/desactive | Path does not match |
| 5 | sharing_partenaires_update | /sharing/partenaires/update | Path does not match |
| 6 | suiviAccount | /administration/suiviAccount | Path does not match |
| 7 | suiviAccountData | /administration/suiviAccountData | Path does not match |
| 8 | gestionself | /administration/gestionself | Path does not match |
| 9 | gestionselfAdd | /service/administration/gestionself/add | Path does not match |
| 10 | gestionselfDelete | /service/administration/gestionself/delete | Path does not match |
| 11 | log | /log | Path does not match |
| 12 | notification_initialisation | /notification/initialisation | Path does not match |
| 13 | ping | /notification/ping | Path does not match |
| 14 | markEverythingRead | /notification/markEverythingRead | Path does not match |
| 15 | pingEveryone | /notification/pingEveryone/{message} | Path does not match |
| 16 | pingEveryoneNewProject | /notification/pingEveryone-newProject/{message} | Path does not match |
| 17 | pingUser | /notification/pingUser/{userId}/{message} | Path does not match |
| 18 | pingRole | /notification/pingRole/{role} | Path does not match |
| 19 | isReadUpdate | /notification/isRead/update | Path does not match |
| 20 | user_registration | /register/ | Path does not match |
| 21 | 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.