Routing
app_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 | ux_entity_autocomplete | /autocomplete/{alias} | 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 | ap_invoice_apg_match_html | /ap/ap-invoice/{invoiceId}/apg-match | Path does not match |
| 17 | process_ap_csv | /process-ap-csv | Path does not match |
| 18 | app_scraping_pool | /scraping/pool | Path does not match |
| 19 | debug_product_details | /debug/product-details/{id} | Path does not match |
| 20 | allegro_callback | /callback | Path does not match |
| 21 | allegro_reset_token | /allegro/reset-token | Path does not match |
| 22 | allegro_all_offers | /api/allegro/my-offers | Path does not match |
| 23 | app_dashboard | / | Path does not match |
| 24 | export_ap_invoices | /export/ap-invoices | Path does not match |
| 25 | export_ap_corrections | /export/ap-corrections | Path does not match |
| 26 | export_ic_invoices | /export/ic-invoices | Path does not match |
| 27 | export_ic_corrections | /export/ic-corrections | Path does not match |
| 28 | app_chats_dashboard | /chats-dashboard | Path does not match |
| 29 | api_ic_logistics_upcoming_deliveries | /api/ic/inventory/upcoming-deliveries | Path does not match |
| 30 | api_ic_logistics_order_katowice | /api/ic/orders/katowice | Path does not match |
| 31 | api_ic_logistics_order_requisition | /api/ic/orders/requisition | Path does not match |
| 32 | api_ic_logistics_incoming_documents | /api/ic/delivery/incoming-documents | Path does not match |
| 33 | api_ic_products_search | /api/ic/products/search | Path does not match |
| 34 | api_ic_products_search_by_vehicle | /api/ic/products/search-by-vehicle | Path does not match |
| 35 | api_ic_products_ean_lookup | /api/ic/products/ean-lookup | Path does not match |
| 36 | api_ic_products_by_supplier_number | /api/ic/products/by-supplier-number | Path does not match |
| 37 | api_ic_products_stats | /api/ic/products/stats | Path does not match |
| 38 | api_ic_vehicles_claim | /api/ic/vehicles/claim | Path does not match |
| 39 | api_ic_vehicles_complete | /api/ic/vehicles/complete | Path does not match |
| 40 | api_ic_vehicles_complete_usedin | /api/ic/vehicles/complete/usedin | Path does not match |
| 41 | app_phones_dashboard | /phones/ecommerce/dashboard | Path does not match |
| 42 | app_phones_ecommerce_last_calls_history | /phones/ecommerce/last-calls | Path does not match |
| 43 | price_comparison_reports_index | /reports/price-comparison | Path does not match |
| 44 | price_comparison_reports_history | /reports/price-comparison/history | Path does not match |
| 45 | price_comparison_reports_show | /reports/price-comparison/{id} | Path does not match |
| 46 | price_comparison_reports_export_page_csv | /reports/price-comparison/{id}/export.csv | Path does not match |
| 47 | api_check_url | /api/check-url | Path does not match |
| 48 | app_change_password | /change-password | Path does not match |
| 49 | app_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.