Routing
app_dash
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_address_type_index | /address/type/ | Path does not match |
| 2 | app_address_type_show | /address/type/{id} | Path does not match |
| 3 | app_address_type_edit | /address/type/edit/addresstype/ | Path does not match |
| 4 | app_address_type_delete | /address/type/{id} | Path does not match |
| 5 | admin_user_list | /admin/user/list | Path does not match |
| 6 | admin_user_supervisors | /admin/user/supervisors/get | Path does not match |
| 7 | admin_user_supervisors_edit | /admin/user/supervisors/edit | Path does not match |
| 8 | admin_user_created | /admin/user/created | Path does not match |
| 9 | admin_user_edit | /admin/account/user/{id}/edit | Path does not match |
| 10 | admin_user_edit_update_avatar | /admin/user/{user}/edit/update/avatar | Path does not match |
| 11 | admin_user_edit_update | /admin/user/{userId}/edit/update | Path does not match |
| 12 | admin_password_user_update | /admin/user/{id}/password/update | Path does not match |
| 13 | toggle_user_status | /admin/toggle-status/{id} | Path does not match |
| 14 | app_certifier_index | /admin/certifier/ | Path does not match |
| 15 | app_certifier_edit | /admin/certifier/edit/certifier | Path does not match |
| 16 | app_certifier_delete | /admin/certifier/{id} | Path does not match |
| 17 | class_document_type_index | /class-document-type/ | Path does not match |
| 18 | class_document_type_new | /class-document-type/new | Path does not match |
| 19 | class_document_type_show | /class-document-type/{id} | Path does not match |
| 20 | class_document_type_edit | /class-document-type/{id}/edit | Path does not match |
| 21 | class_document_type_delete | /class-document-type/{id} | Path does not match |
| 22 | app_class_type_index | /class-type/ | Path does not match |
| 23 | app_class_type_edit | /class-type/edit/{id} | Path does not match |
| 24 | app_class_type_delete | /class-type/{id} | Path does not match |
| 25 | app_config_email_index | /config/email/ | Path does not match |
| 26 | app_config_email_new | /config/email/new | Path does not match |
| 27 | app_config_email_show | /config/email/{id} | Path does not match |
| 28 | app_config_email_edit | /config/email/{id}/edit | Path does not match |
| 29 | app_config_email_delete | /config/email/{id} | Path does not match |
| 30 | app_dash | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.