Routing
connect
Matched route
13
Tested routes before match
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/connexion
# | Route name | Path | Log |
---|---|---|---|
1 | confirmModif | /validation/modification/{id} | Path does not match |
2 | confirmCancel | /validation/annulation/{id} | Path does not match |
3 | demandeModification | /demande/{id}/modification | Path does not match |
4 | confirmAdd | /validation/demande/{id} | Path does not match |
5 | directCancel | /demande/{id}/annulation | Path does not match |
6 | calendar | /calendrier | Path does not match |
7 | demandeList | /demande | Path does not match |
8 | validationList | /validation/ | Path does not match |
9 | add | /demande/ajout | Path does not match |
10 | connect_google | /connexion/google/ | Path does not match |
11 | connect_google_check | /connexion/google/check | Path does not match |
12 | connect_fail | /connexion/echec | Path does not match |
13 | connect | /connexion | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.