Routing
user-login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | client | /client | Path does not match |
| 17 | client_list | /client/list | Path does not match |
| 18 | client-count | /client/count | Path does not match |
| 19 | client_details | /client/view/{client_key} | Path does not match |
| 20 | client_get_active | /client/get-active-client | Path does not match |
| 21 | client_order_list | /client/order-list | Path does not match |
| 22 | client-get-work-point | /client/get-work-point | Path does not match |
| 23 | client-get-details-work-point | /client/get-details-work-point | Path does not match |
| 24 | client-get-active-work-point | /client/get-active-work-point | Path does not match |
| 25 | client-get-details | /client/get-details | Path does not match |
| 26 | client-get-client-by-order-user | /client/get-client-by-order-user | Path does not match |
| 27 | dashboard | / | Path does not match |
| 28 | offer-client-list | /offer/client-list | Path does not match |
| 29 | offer-details | /offer/details | Path does not match |
| 30 | offer_product_price_history | /offer/product-price-history | Path does not match |
| 31 | offer_product_discount_history | /offer/product-discount-history | Path does not match |
| 32 | offer-get-current-offer-by-client | /offer/get-current-offer-by-client | Path does not match |
| 33 | order | /order | Path does not match |
| 34 | order_add | /order/add | Path does not match |
| 35 | order-count | /order/count | Path does not match |
| 36 | order-add-product | /order/add-product | Path does not match |
| 37 | order_list | /order/list | Path does not match |
| 38 | order-list-products | /order/list-products | Path does not match |
| 39 | order_details | /order/view/{order_key} | Path does not match |
| 40 | order-remove-order-product | /order/remove-order-product | Path does not match |
| 41 | order_product_necessary | /order/get-product-necessary | Path does not match |
| 42 | order_product_stock_necessary | /order/get-product-stock-necessary | Path does not match |
| 43 | order_get_summary | /order/get-order-summary | Path does not match |
| 44 | order-get-order-price | /order/get-order-price | Path does not match |
| 45 | order_list_by_product | /order/list-by-product | Path does not match |
| 46 | order-get-invoice-details | /order/get-invoice-details | Path does not match |
| 47 | order-generate-invoice | /order/generate-invoice | Path does not match |
| 48 | order-get-invoice | /order/get-invoice | Path does not match |
| 49 | order-get-storno-invoice | /order/get-storno-invoice | Path does not match |
| 50 | order-storno-invoice | /order/storno-invoice | Path does not match |
| 51 | order-cancel-invoice | /order/cancel-invoice | Path does not match |
| 52 | order-cancel-storno-invoice | /order/cancel-storno-invoice | Path does not match |
| 53 | order-remove-invoice | /order/remove-invoice | Path does not match |
| 54 | order-remove-order | /order/remove-order | Path does not match |
| 55 | order-get-from-smartbill-payment-status | /order/get-from-smartbill-payment-status | Path does not match |
| 56 | order-get-active-order-product-return-reason | /order/get-active-order-product-return-reason | Path does not match |
| 57 | order-get-cargo-notice | /order/get-cargo-notice | Path does not match |
| 58 | order-create-cargo-notice | /order/create-cargo-notice | Path does not match |
| 59 | order-remove-cargo-notice | /order/remove-cargo-notice | Path does not match |
| 60 | product-summary | /product/get-summary | Path does not match |
| 61 | product_get_active | /product/get-active-product | Path does not match |
| 62 | product_list_recipe | /product/list-recipe | Path does not match |
| 63 | product_recipe_summary | /product/get-recipe-summary | Path does not match |
| 64 | product_recipe_component | /product/get-recipe-component | Path does not match |
| 65 | product-get-label-details | /product/get-label-details | Path does not match |
| 66 | production-preview-label-pdf | /product/preview-label-pdf | Path does not match |
| 67 | production-estimate-quantity-next-day | /product/estimate-quantity-next-day | Path does not match |
| 68 | product-get-count-order | /product/get-count-order | Path does not match |
| 69 | user-profile | /profile | Path does not match |
| 70 | user-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.