Routing
admin_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_v1_public_app_version_check | /api/v1/public/app_version/check/{version} | Path does not match |
| 2 | api_v1_public_create_complaint_public | /api/v1/public/complaint | Path does not match |
| 3 | api_v1_public_get_complaint_topic | /api/v1/public/complaint-topic | Path does not match |
| 4 | api_v1_public_contact_app_api_v1_publicapi_contact_getcontact | /api/v1/public/contact/ | Path does not match |
| 5 | api_v1_public_get_contents | /api/v1/public/content | Path does not match |
| 6 | api_v1_public_news_category_pagination | /api/v1/public/news_category | Path does not match |
| 7 | api_v1_public_news_category_get_one | /api/v1/public/news_category/{id} | Path does not match |
| 8 | api_v1_public_news_category_pagination_news | /api/v1/public/news_category/{ids}/news | Path does not match |
| 9 | api_v1_public_ping_ping | /api/v1/public/ping | Path does not match |
| 10 | api_v1_public_qa_list | /api/v1/public/qa | Path does not match |
| 11 | api_v1_public_get_all_towns | /api/v1/public/town | Path does not match |
| 12 | api_v1_public_get_validate_towns | /api/v1/public/town/validate | Path does not match |
| 13 | api_v1_public_sib_marketing_unsubscribe | /api/v1/public/webhooks/sib/marketing-unsubscribe | Path does not match |
| 14 | api_v1_auth_login | /api/v1/auth/login | Path does not match |
| 15 | api_v1_auth_register | /api/v1/auth/register | Path does not match |
| 16 | api_v1_auth_forgot_password | /api/v1/auth/forgot_password | Path does not match |
| 17 | api_v1_auth_check_validity | /api/v1/auth/check_validity/{token} | Path does not match |
| 18 | api_v1_auth_reset_password | /api/v1/auth/reset_password/{token} | Path does not match |
| 19 | api_v1_auth_reset_password_ | /api/v1/auth/reset_password | Path does not match |
| 20 | api_v1_auth_verify | /api/v1/auth/verify/{token} | Path does not match |
| 21 | api_v1_auth_verify_ | /api/v1/auth/verify | Path does not match |
| 22 | api_v1_create_complaint_private | /api/v1/complaint | Path does not match |
| 23 | api_v1_get_consumption_monthly | /api/v1/consumption/monthly | Path does not match |
| 24 | api_v1_get_consumption_yearly | /api/v1/consumption/yearly | Path does not match |
| 25 | api_v1_get_consumption_export | /api/v1/consumption/export | Path does not match |
| 26 | api_v1_get_energies | /api/v1/energy | Path does not match |
| 27 | api_v1_create_meter | /api/v1/meter | Path does not match |
| 28 | api_v1_edit_meter | /api/v1/meter/edit/{id} | Path does not match |
| 29 | api_v1_get_meters | /api/v1/meter | Path does not match |
| 30 | api_v1_notifications_all | /api/v1/notifications | Path does not match |
| 31 | api_v1_notifications_read_notifications | /api/v1/notifications/read | Path does not match |
| 32 | api_v1_notifications_get_preferences | /api/v1/notifications/preferences | Path does not match |
| 33 | api_v1_notifications_update_preferences | /api/v1/notifications/preferences | Path does not match |
| 34 | api_v1_notifications_add_token | /api/v1/notifications/token/{token} | Path does not match |
| 35 | api_v1_notifications_remove_token | /api/v1/notifications/token/{token} | Path does not match |
| 36 | api_v1_notifications_toggle_newsletter | /api/v1/notifications/newsletter | Path does not match |
| 37 | api_v1_user_profile | /api/v1/user/me | Path does not match |
| 38 | api_v1_user_edit_profile | /api/v1/user/edit | Path does not match |
| 39 | api_v1_user_change_password | /api/v1/user/change_password | Path does not match |
| 40 | api_v1_user_delete | /api/v1/user/delete | Path does not match |
| 41 | api_v1_user_send_verification | /api/v1/user/send_verification | Path does not match |
| 42 | admin_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.