Routing
login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "pl" |
Route Matching Logs
Path to match:
/pl/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | no_locale | / | Path does not match |
| 2 | service_update_translations | /service/update/translations | Path does not match |
| 3 | service_update_modal_translations | /service/update/translations/modal | Path does not match |
| 4 | service_update_products_menu | /service/update/menu/products | Path does not match |
| 5 | service_resend_welcome_email | /service/user/resend-welcome-email/{email} | Path does not match |
| 6 | service_view_welcome_email | /service/user/view-welcome-email/{email} | Path does not match |
| 7 | app_api_companyprofile_companyprofile | /{_locale}/api/company/profile | Path does not match |
| 8 | app_api_companyprofile_companyprofileget | /{_locale}/api/company/profile/edit/{id} | Path does not match |
| 9 | app_api_companyprofile_companyprofilesave | /{_locale}/api/company/profile/edit | Path does not match |
| 10 | app_api_companyprofile_subcompanyprofilesave | /{_locale}/api/company/profile/sub | Path does not match |
| 11 | app_api_companyprofile_companyprofiledetailsget | /{_locale}/api/company/profile/details/{id} | Path does not match |
| 12 | app_api_companyprofile_companyprofiledetailssave | /{_locale}/api/company/profile/details/{id} | Path does not match |
| 13 | app_api_companyprofile_upload | /{_locale}/api/company/profile/edit/upload/{docType} | Path does not match |
| 14 | app_api_companyprofile_candeletecompany | /{_locale}/api/company/profile/remove/status/{id} | Path does not match |
| 15 | app_api_companyprofile_deletecompany | /{_locale}/api/company/profile/remove/{id} | Path does not match |
| 16 | app_api_data_countries | /{_locale}/api/data/countries | Path does not match |
| 17 | app_api_data_languages | /{_locale}/api/data/languages | Path does not match |
| 18 | app_api_data_currencies | /{_locale}/api/data/currencies/{countryId} | Path does not match |
| 19 | app_api_data_mcc | /{_locale}/api/data/mcc | Path does not match |
| 20 | app_api_data_formofsociety | /{_locale}/api/data/fos/{countryId} | Path does not match |
| 21 | app_api_docs_generate | /{_locale}/api/docs/generate/{docType} | Path does not match |
| 22 | app_api_docs_upload | /{_locale}/api/docs/upload/{docType} | Path does not match |
| 23 | app_api_global_systemdata | /{_locale}/api/system | Path does not match |
| 24 | app_api_global_securitycheckinit | /{_locale}/api/security-check/init/{type} | Path does not match |
| 25 | app_api_messaging_list | /{_locale}/api/messages | Path does not match |
| 26 | app_api_messaging_message | /{_locale}/api/messages/{id} | Path does not match |
| 27 | app_api_messaging_changestatus | /{_locale}/api/messages/{id}/status/{newStatus} | Path does not match |
| 28 | app_api_userprofile_userprofile | /{_locale}/api/user/profile | Path does not match |
| 29 | app_api_userprofile_userprofileupdate | /{_locale}/api/user/profile/edit | Path does not match |
| 30 | app_api_userprofile_inviteuser | /{_locale}/api/user/profile/invite | Path does not match |
| 31 | app_api_userprofile_removestatus | /{_locale}/api/user/profile/remove/status | Path does not match |
| 32 | app_api_userprofile_removeprofile | /{_locale}/api/user/profile/remove | Path does not match |
| 33 | login | /{_locale}/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.