Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_agent | /agent | Path does not match |
2 | app_agent_add | /agent/add | Path does not match |
3 | app_agent_edit | /agent/edit/{id} | Path does not match |
4 | app_agent_delete | /agent/delete/{id} | Path does not match |
5 | app_setting_password | /agent/setting/{id} | Path does not match |
6 | app_assitance | /assitance | Path does not match |
7 | app_assistance_info | /assitance-info | Path does not match |
8 | app_banner | /banner/handle | Path does not match |
9 | app_banner_edit | /banner/edit/{id} | Path does not match |
10 | app_banner_list | /banner/list | Path does not match |
11 | app_banner_activate | /banner/activate/{id} | Path does not match |
12 | app_banner_desactivate | /banner/desactivate/{id} | Path does not match |
13 | app_banner_delete | /banner/delete/{id} | Path does not match |
14 | app_change_password | /change/password | Path does not match |
15 | app_change_info | /change/info | Path does not match |
16 | app_client_info | /client/info | Path does not match |
17 | app_client_list | /client/list | Path does not match |
18 | app_client_edit | /client/edit/{id} | Path does not match |
19 | app_client_delete | /client/delete/{id} | Path does not match |
20 | app_compte_list | /compte/list | Path does not match |
21 | app_compte_new | /compte/add | Path does not match |
22 | app_compte_edit | /compte/edit/{id} | Path does not match |
23 | app_compte_delete | /compte/delete/{id} | Path does not match |
24 | app_dashboard | / | Path does not match |
25 | app_token | /save/token | Path does not match |
26 | app_notif | /notif/number | Path does not match |
27 | app_log_be | /log/be | Path does not match |
28 | app_log | /log | Path does not match |
29 | app_log_delete | /log/delete/{id} | Path does not match |
30 | app_order | /order | Path does not match |
31 | app_order_detail | /order/details/{id}/{notif} | Path does not match |
32 | app_order_activate | /order/activate/{id} | Path does not match |
33 | app_order_desactivate | /order/desactivate/{id} | Path does not match |
34 | app_reset_password | /reset/password | Path does not match |
35 | app_handle_password | /reset/handle | Path does not match |
36 | app_succes_password | /reset/password/succes | Path does not match |
37 | app_error_password | /reset/password/error | Path does not match |
38 | 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.