Routing
forgot_password
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/forgot-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | dashboard | / | Path does not match |
| 15 | admin | /admin | Path does not match |
| 16 | admin_export_orders | /admin/orders/export-orders | Path does not match |
| 17 | admin_export_orders_download | /admin/orders/export-orders/download | Path does not match |
| 18 | admin_order_detail_send | /admin/order-detail/{id}/send | Path does not match |
| 19 | get_addresses | /api/addresses | Path does not match |
| 20 | create_address | /api/addresses | Path does not match |
| 21 | api_login_check | /api/private/login_check | Path does not match |
| 22 | api_token_refresh | /api/private/token/refresh | Path does not match |
| 23 | api_get_shop_categories | /api/get-categories | Path does not match |
| 24 | api_get_svg_category | /api/get-svg-category | Path does not match |
| 25 | order_tracking | /api/orders/track | Path does not match |
| 26 | api_create_order | /api/orders | Path does not match |
| 27 | api_get_order | /api/orders/{orderNumber} | Path does not match |
| 28 | api_payments | /api/payments | Path does not match |
| 29 | api_payments_methods | /api/payments/methods-payments | Path does not match |
| 30 | api_payments_acceptance | /api/payments/get-acceptance-tokens | Path does not match |
| 31 | api_payments_status | /api/payments/{identifier}/get-status | Path does not match |
| 32 | api_get_shop_products | /api/get-products | Path does not match |
| 33 | api_get_products_suggestions | /api/get-products-suggestions | Path does not match |
| 34 | api_get_product_by_uid | /api/get-product/{uid} | Path does not match |
| 35 | settings_site_api_app_api_settingssiteapi_listpaymentmethods | /api/settings-site/payment-methods | Path does not match |
| 36 | settings_site_api_app_api_settingssiteapi_whatsappconfig | /api/settings-site/whatsapp-config | Path does not match |
| 37 | settings_site_api_app_api_settingssiteapi_frontmenuitems | /api/settings-site/front-menu-items | Path does not match |
| 38 | settings_site_api_app_api_settingssiteapi_homebanner | /api/settings-site/home-banner | Path does not match |
| 39 | api_wompi_bootstrap | /api/wompi/bootstrap | Path does not match |
| 40 | api_wompi_payment_sources | /api/wompi/payment-sources | Path does not match |
| 41 | api_wompi_transactions | /api/wompi/transactions | Path does not match |
| 42 | api_wompi_tokens_cards | /api/wompi/tokens/cards | Path does not match |
| 43 | api_wompi_tokens_nequi | /api/wompi/tokens/nequi | Path does not match |
| 44 | api_wompi_tokens_nequi_get | /api/wompi/tokens/nequi/{id} | Path does not match |
| 45 | app_home | /home | Path does not match |
| 46 | app_media_controller_php | /media/controller/php | Path does not match |
| 47 | media_modal | /media/modal | Path does not match |
| 48 | upload_media | /media/upload | Path does not match |
| 49 | app_municipality | /municipality | Path does not match |
| 50 | get_municipalities | /get-municipalities | Path does not match |
| 51 | get_departments | /get-departments | Path does not match |
| 52 | login | /login | Path does not match |
| 53 | logout | /logout | Path does not match |
| 54 | forgot_password | /forgot-password | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.