Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin_appli | /admin/appli | Path does not match |
2 | admin_appli_edit | /admin/appli/{id}/edit | Path does not match |
3 | admin_appli_create | /admin/appli/create | Path does not match |
4 | admin_appli_delete | /admin/appli/{id}/delete | Path does not match |
5 | admin_appli_delete_confirmed | /admin/appli/{id}/delete/confirmed | Path does not match |
6 | admin | /admin | Path does not match |
7 | admin_tree_change | /admin/tree/{ucs}/pushNodeChanges | Path does not match |
8 | admin_tree_upload | /admin/tree/uploadNodeFile | Path does not match |
9 | admin_media | /admin/media | Path does not match |
10 | admin_media_edit | /admin/media/{id}/edit | Path does not match |
11 | admin_media_create | /admin/media/create | Path does not match |
12 | admin_media_delete | /admin/media/{id}/delete | Path does not match |
13 | admin_media_delete_confirmed | /admin/media/{id}/delete/confirmed | Path does not match |
14 | admin_question | /admin/question | Path does not match |
15 | admin_question_edit | /admin/question/{id}/edit | Path does not match |
16 | admin_question_create | /admin/question/create | Path does not match |
17 | admin_question_delete | /admin/question/{id}/delete | Path does not match |
18 | admin_question_push | /admin/question/push | Path does not match |
19 | admin_question_addimage | /admin/question/addimage | Path does not match |
20 | admin_ucs | /admin/ucs | Path does not match |
21 | admin_ucs_map | /admin/ucs/{id}/map | Path does not match |
22 | admin_ucs_map_all | /admin/ucs/map | Path does not match |
23 | admin_ucs_edit | /admin/ucs/{id}/edit | Path does not match |
24 | admin_ucs_create | /admin/ucs/create | Path does not match |
25 | admin_ucs_delete | /admin/ucs/{id}/delete | Path does not match |
26 | admin_ucs_delete_confirmed | /admin/ucs/{id}/delete/confirmed | Path does not match |
27 | admin_ucs_push | /admin/ucs/push | Path does not match |
28 | admin_ucs_maketree | /admin/ucs/{id}/maketree | Path does not match |
29 | admin_ucs_settree | /admin/ucs/{id}/settree | Path does not match |
30 | admin_ucs_viewtree | /admin/ucs/{id}/viewtree | Path does not match |
31 | admin_users | /admin/users | Path does not match |
32 | admin_user_edit | /admin/user/{id}/edit | Path does not match |
33 | admin_user_create | /admin/user/create | Path does not match |
34 | admin_user_delete | /admin/user/{id}/delete | Path does not match |
35 | admin_uts | /admin/uts | Path does not match |
36 | admin_uts_edit | /admin/uts/{id}/edit | Path does not match |
37 | admin_uts_map | /admin/uts/{id}/map | Path does not match |
38 | admin_uts_create | /admin/uts/create | Path does not match |
39 | admin_uts_delete | /admin/uts/{id}/delete | Path does not match |
40 | admin_uts_delete_confirmed | /admin/uts/{id}/delete/confirmed | Path does not match |
41 | admin_uts_push | /admin/tree/{ucs}/uts/push | Path does not match |
42 | admin_uts_addfiche | /admin/uts/addfiche | Path does not match |
43 | admin_uts_codes | /admin/uts/{id}/codes | Path does not match |
44 | admin_uts_code_remove | /admin/uts/{uts}/code/{id}/remove | Path does not match |
45 | api_getucs | /api/getucs/{id} | Path does not match |
46 | api_getucs_bycoords | /api/getucsatcoords | Path does not match |
47 | api_gettree | /api/gettree/{id} | Path does not match |
48 | api_getquestion | /api/getquestion/{ucs}/{id} | Path does not match |
49 | api_getuts | /api/getuts/{id} | Path does not match |
50 | api_getutsbycode | /api/getutsbycode/{code} | Path does not match |
51 | api_getutsbydefault | /api/getutsbydefault/{uc}/{question} | Path does not match |
52 | api_setuts | /api/setuts | Path does not match |
53 | home | / | Path does not match |
54 | app_contact | /contact | Path does not match |
55 | app_register | /register | Path does not match |
56 | 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.