Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_api | /api | Path does not match |
2 | api_event_edit | /api/{id}/edit | Path does not match |
3 | api_allevent_get | /api/getallevents | Path does not match |
4 | api_event_get | /api/{id}/getevent | Path does not match |
5 | admin | /admin | Path does not match |
6 | set_active | /set_active | Path does not match |
7 | set_value_edit_in_place | /admin/set_value_edit_in_place | Path does not match |
8 | lookup_ville | /_lookup_ville | Path does not match |
9 | set_new_order | /_setneworder | Path does not match |
10 | erreur_pdf | /_erreur_pdf/{message} | Path does not match |
11 | calendrier_create | /admin/calendrier/newcalendrier | Path does not match |
12 | calendrier_edit | /admin/calendrier/edit/{id} | Path does not match |
13 | calendrier_delete | /admin/calendrier/delete/{id} | Path does not match |
14 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.