Routing
app_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Redirection
This page redirects to:
/en/login
(route: "n/a")
Route Matching Logs
Path to match:
/en/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_auth_password_request_code | /api/auth/password/request-code | Path does not match |
| 2 | api_auth_password_reset_by_code | /api/auth/password/reset-by-code | Path does not match |
| 3 | api_auth_signup_verify_code | /api/auth/signup/verify-code | Path does not match |
| 4 | api_auth_register | /api/auth/register | Path does not match |
| 5 | api_auth_signup_resend_code | /api/auth/signup/resend-code | Path does not match |
| 6 | api_auth_refresh | /api/auth/refresh | Path does not match |
| 7 | api_auth_logout | /api/auth/logout | Path does not match |
| 8 | api_auth_logout_device | /api/auth/logout/{id} | Path does not match |
| 9 | api_auth_logout_all | /api/auth/logout-all | Path does not match |
| 10 | api_auth_privacy_confirm | /api/auth/privacy-confirm | Path does not match |
| 11 | api_auth_sessions | /api/auth/sessions | Path does not match |
| 12 | api_auth_change_password | /api/auth/change-password | Path does not match |
| 13 | api_owner_contact_show | /api/owner-contact | Path does not match |
| 14 | api_content_page_sections | /api/content/{pageKey}/sections | Path does not match |
| 15 | api_services_index | /api/services | Path does not match |
| 16 | api_unit_overview_index | /api/unit/overview | Path does not match |
| 17 | api_unit_schedule_index | /api/unit/schedule | Path does not match |
| 18 | api_unit_staff_index | /api/unit/staff | Path does not match |
| 19 | api_unit_staff_schedule_show | /api/unit/staff/{staffId}/schedule | Path does not match |
| 20 | api_login_check | /api/auth/login | Path does not match |
| 21 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 22 | internal_system_db_check | /internal/system/db-check | Path does not match |
| 23 | internal_system_remote_access_ip | /internal/system/remote-access-ip | Path does not match |
| 24 | internal_system_health_check | /internal/system/system-health | Path does not match |
| 25 | internal_system_logs_check | /internal/system/logs-check | Path does not match |
| 26 | internal_system_users_count | /internal/system/users-count | Path does not match |
| 27 | internal_system_cache_clear | /internal/system/cache-clear | Path does not match |
| 28 | internal_system_cache_last_line | /internal/system/cache-last-line | Path does not match |
| 29 | internal_system_maintenance_toggle | /internal/system/maintenance-toggle | Path does not match |
| 30 | internal_system_maintenance_status | /internal/system/maintenance-status | Path does not match |
| 31 | app_register | /{_locale}/register | Path does not match |
| 32 | app_verify_registration_code | /{_locale}/verify-registration-code | Path does not match |
| 33 | app_resend_activation | /{_locale}/resend-activation | Path does not match |
| 34 | app_login | /{_locale}/login | Path does not match |
| 35 | app_relogin | /{_locale}/relogin | Path does not match |
| 36 | app_logout | /{_locale}/logout | Path does not match |
| 37 | app_forgot_password | /{_locale}/forgot-password | Path does not match |
| 38 | app_reset_password_code | /{_locale}/reset-password-code | Path does not match |
| 39 | app_change_password | /{_locale}/change-password | Path does not match |
| 40 | app_privacy_setup | /{_locale}/privacy-confirm | Path does not match |
| 41 | app_select_role | /{_locale}/select-role | Path does not match |
| 42 | app_activate_role | /{_locale}/activate-role/{role_code} | Path does not match |
| 43 | app_activate_role_empty | /{_locale}/activate-role | Path does not match |
| 44 | app_dashboard | /{_locale}/dashboard | Path does not match |
| 45 | app_contact | /{_locale}/contact | Path does not match |
| 46 | app_contact_submit | /{_locale}/contact-submit | Path does not match |
| 47 | app_me_user_contact | /{_locale}/user-contact | Path does not match |
| 48 | app_me_profile | /{_locale}/profile | Path does not match |
| 49 | app_me_change_password_modal | /{_locale}/modal/change-password | Path does not match |
| 50 | app_me_avatar | /{_locale}/me/avatar/{id} | Path does not match |
| 51 | app_me_upload_avatar | /{_locale}/upload-avatar | Path does not match |
| 52 | app_me_delete_avatar | /{_locale}/delete-avatar | Path does not match |
| 53 | app_me_sessions | /{_locale}/sessions | Path does not match |
| 54 | app_me_session_revoke | /{_locale}/sessions/revoke/{id} | Path does not match |
| 55 | app_me_sessions_revoke_all | /{_locale}/sessions/revoke-all | Path does not match |
| 56 | app_home | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.