Routing
app_root
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_assignment_index | /assignment/ | Path does not match |
2 | app_assignment_new | /assignment/new | Path does not match |
3 | app_assignment_new_multiple | /assignment/new-multiple | Path does not match |
4 | app_assignment_edit | /assignment/edit | Path does not match |
5 | app_assignment_delete | /assignment/{id}/delete | Path does not match |
6 | app_assignment_off_request | /assignment/{id}/off-request | Path does not match |
7 | app_booking_index | /booking/ | Path does not match |
8 | app_booking_new | /booking/new | Path does not match |
9 | app_booking_show | /booking/show/{id} | Path does not match |
10 | app_booking_edit | /booking/{id}/edit | Path does not match |
11 | app_booking_delete | /booking/{id} | Path does not match |
12 | app_refresh_booking_from_lgs | /booking/refresh-from-lgs/{idLgs} | Path does not match |
13 | app_booking_batch_import_lgs | /booking/batch-import/{fromIdLgs}/{toIdLgs} | Path does not match |
14 | app_booking_batch_futur | /booking/batch-futur/ | Path does not match |
15 | app_root | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.