Routing
app_index_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | auction_index | /auction/product/{productId} | Path does not match |
13 | auction_getAuctions | /auction | Path does not match |
14 | auction_getAuctionById | /auction/{id} | Path does not match |
15 | bid_new | /api/bid/ | Path does not match |
16 | bid_bid_history | /bid/history/ | Path does not match |
17 | bid_historyObjectBids | /api/bid/historyobjectbids | Path does not match |
18 | bid_bid_history_complete | /api/bid/history-complete | Path does not match |
19 | customer_card_list | /api/customer/card | Path does not match |
20 | customer_card_validate | /api/customer/card/validate | Path does not match |
21 | customer_card_remove | /api/customer/card/{id} | Path does not match |
22 | customer_card_set_active | /api/customer/card/{id} | Path does not match |
23 | category_getCategory | /category | Path does not match |
24 | contract_list | /api/contract | Path does not match |
25 | contract_objects | /api/contract/objects | Path does not match |
26 | contract_pdf | /api/contract/{contract_id}/pdf | Path does not match |
27 | contract_accept | /api/contract/{contract_id}/accept | Path does not match |
28 | contract_return | /api/contract/{contract_id}/object/{object_id}/return | Path does not match |
29 | customer_register | /{_locale}/customer | Path does not match |
30 | customer_verify_email | /customer/verify | Path does not match |
31 | customer_verify_email_resend | /api/customer/verify | Path does not match |
32 | customer_update | /api/customer | Path does not match |
33 | customer_index | /api/customer | Path does not match |
34 | customer_favorite_list | /api/customer/favorite | Path does not match |
35 | customer_favorite_add | /api/customer/favorite/{id} | Path does not match |
36 | customer_favorite_remove | /api/customer/favorite/{id} | Path does not match |
37 | customer_request_delete | /api/customer/delete | Path does not match |
38 | update_accept_term | /customer/acceptTerm | Path does not match |
39 | force | /api/admin/customer/force | Path does not match |
40 | update_password | /api/admin/customer/updatePassword | Path does not match |
41 | verify_customer | /api/admin/customer/verify | Path does not match |
42 | move_vipps | /api/admin/customer/moveVipps | Path does not match |
43 | app_index_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.