Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
# | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.