Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin/dashboard
# | Route name | Path | Log |
---|---|---|---|
1 | ajax_reset_pwd | /ajax/reset-pwd | Path does not match |
2 | ajax_resend_activation | /admin/ajax/transaction/resend/{code}/activation | Path does not match |
3 | api_get_countries | /api/rest/v1/country/all | Path does not match |
4 | api_modem_fetch | /api/rest/v1/modem/fetch | Path does not match |
5 | app_apiresource_modemapi_alias | /api/rest/v1/modem/alias/{code} | Path does not match |
6 | api_get_all_options | /api/rest/v1/option/all | Path does not match |
7 | api_post_subscription | /api/rest/v1/payment | Path does not match |
8 | api_fetch_payment | /api/rest/v1/fetch/payment | Path does not match |
9 | api_get_provinces | /api/rest/v1/province/all | Path does not match |
10 | api_get_all_services | /api/rest/v1/service/all | Path does not match |
11 | api_new_subscriber | /api/rest/v1/subscriber/new | Path does not match |
12 | api_new_modem_subscriber | /api/rest/v1/subscriber/new/modem | Path does not match |
13 | api_get_subscriber | /api/rest/v1/subscriber/{code} | Path does not match |
14 | app_callback_payment | /callback | Path does not match |
15 | app_configuration | /admin/configuration | Path does not match |
16 | app_dashboard | /admin/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.