Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _logout_main | /api/logout | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | admin_email_settings_get | /api/admin/email-settings | Path does not match |
| 18 | admin_email_settings_create | /api/admin/email-settings | Path does not match |
| 19 | admin_email_settings_update | /api/admin/email-settings/{id} | Path does not match |
| 20 | admin_email_settings_test | /api/admin/email-settings/test | Path does not match |
| 21 | app_adminapi_getdashboard | /api/admin/dashboard | Path does not match |
| 22 | app_adminapi_getusers | /api/admin/users | Path does not match |
| 23 | app_adminapi_getuserbyid | /api/admin/users/{id} | Path does not match |
| 24 | app_adminapi_createuser | /api/admin/users | Path does not match |
| 25 | app_adminapi_updateuser | /api/admin/users/{id} | Path does not match |
| 26 | app_adminapi_deleteuser | /api/admin/users/{id} | Path does not match |
| 27 | app_adminapi_getorders | /api/admin/orders | Path does not match |
| 28 | app_adminapi_getorder | /api/admin/orders/{id} | Path does not match |
| 29 | app_adminapi_createorder | /api/admin/orders | Path does not match |
| 30 | app_adminapi_updateorder | /api/admin/orders/{id} | Path does not match |
| 31 | app_adminapi_deleteorder | /api/admin/orders/{id} | Path does not match |
| 32 | app_adminapi_getcategories | /api/admin/categories | Path does not match |
| 33 | app_adminapi_createcategory | /api/admin/categories | Path does not match |
| 34 | app_adminapi_updatecategory | /api/admin/categories/{id} | Path does not match |
| 35 | app_adminapi_deletecategory | /api/admin/categories/{id} | Path does not match |
| 36 | app_adminapi_getskills | /api/admin/skills | Path does not match |
| 37 | app_adminapi_createskill | /api/admin/skills | Path does not match |
| 38 | app_adminapi_updateskill | /api/admin/skills/{id} | Path does not match |
| 39 | app_adminapi_deleteskill | /api/admin/skills/{id} | Path does not match |
| 40 | app_adminapi_bulkupdateusers | /api/admin/users/bulk | Path does not match |
| 41 | app_adminapi_bulkdeleteusers | /api/admin/users/bulk-delete | Path does not match |
| 42 | app_adminapi_bulkupdateorders | /api/admin/orders/bulk | Path does not match |
| 43 | app_adminapi_bulkdeleteorders | /api/admin/orders/bulk-delete | Path does not match |
| 44 | app_adminapi_getorderresponses | /api/admin/orders/{id}/responses | Path does not match |
| 45 | app_adminapi_getresponses | /api/admin/responses | Path does not match |
| 46 | app_adminapi_getspecialists | /api/admin/specialists | Path does not match |
| 47 | app_adminapi_getspecialist | /api/admin/specialists/{id} | Path does not match |
| 48 | app_adminapi_createspecialist | /api/admin/specialists | Path does not match |
| 49 | app_adminapi_updatespecialist | /api/admin/specialists/{id} | Path does not match |
| 50 | app_adminapi_deletespecialist | /api/admin/specialists/{id} | Path does not match |
| 51 | admin_customers_list | /api/admin/customers | Path does not match |
| 52 | admin_customer_get | /api/admin/customers/{id} | Path does not match |
| 53 | admin_customer_create | /api/admin/customers | Path does not match |
| 54 | admin_customer_update | /api/admin/customers/{id} | Path does not match |
| 55 | admin_customer_activate | /api/admin/customers/{id}/activate | Path does not match |
| 56 | admin_customer_deactivate | /api/admin/customers/{id}/deactivate | Path does not match |
| 57 | admin_customer_verify | /api/admin/customers/{id}/verify | Path does not match |
| 58 | admin_customer_delete | /api/admin/customers/{id} | Path does not match |
| 59 | admin_customers_cities | /api/admin/customers/cities | Path does not match |
| 60 | admin_customers_regions | /api/admin/customers/regions | Path does not match |
| 61 | register | /api/register | Path does not match |
| 62 | login | /api/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.