Routing
app_api_v2_doctor_check_email
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v2/doctor/auth/check-email
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_admin_upsert_customer | /api/v2/admin/customers | Path does not match |
| 2 | app_api_admin_update_product_stock | /api/v2/admin/products/stock | Path does not match |
| 3 | app_api_admin_update_order_invoice | /api/v2/admin/orders/invoice | Path does not match |
| 4 | app_api_admin_get_orders | /api/v2/admin/orders | Path does not match |
| 5 | app_admin_api_logger_index | /admin/api-logs/ | Path does not match |
| 6 | app_api_v2_doctor_check_email | /api/v2/doctor/auth/check-email | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.