Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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 | Path does not match |
17 | app_default | / | Path does not match |
18 | app_invoice | /invoice/{code} | Path does not match |
19 | app_option_index | /admin/option | Path does not match |
20 | app_option_view | /admin/view/{code}/option | Path does not match |
21 | app_option_add | /admin/add/option | Path does not match |
22 | app_option_edit | /admin/edit/{code}/option | Path does not match |
23 | app_option_status | /admin/option/status/{code} | Path does not match |
24 | app_option_fetch | /admin/option/fetch | Path does not match |
25 | app_privilege_index | /admin/privilege | Path does not match |
26 | app_privilege_edit | /admin/privilege/edit/{code} | Path does not match |
27 | app_privilege_status | /admin/privilege/status/{code} | Path does not match |
28 | app_profile_index | /admin/profile/ | Path does not match |
29 | app_profile_new | /admin/profile/new | Path does not match |
30 | app_profile_edit | /admin/profile/edit/{code} | Path does not match |
31 | app_profile_view | /admin/profile/view/{code} | Path does not match |
32 | app_profile_status | /admin/profile/status/{code} | Path does not match |
33 | app_register | /admin/user/register | Path does not match |
34 | app_user_first_connection | /admin/user/register/first/connection/{code} | Path does not match |
35 | 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.