Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://www.interface-chef-preprod.tiptoque.com/login
Route Matching Logs
Path to match:
/
# | 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_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | api_user_registration | /api/account | Path does not match |
14 | api_users_registration | /api/accounts | Path does not match |
15 | search_api | /api/account/search | Path does not match |
16 | api_account | /api/account/{user_id} | Path does not match |
17 | get_giftcards | /api/gift_cards | Path does not match |
18 | api_code | /api/code/{code} | Path does not match |
19 | get_aifred_restaurants | /api/account/{user_id}/restaurants | Path does not match |
20 | add_aifred_restaurants | /api/account/{user_id}/restaurants | Path does not match |
21 | del_aifred_restaurants | /api/account/{user_id}/restaurants/{restaurant_id} | Path does not match |
22 | get_collections | /api/collections | Path does not match |
23 | update_customers | /api/customer | Path does not match |
24 | get_customers | /api/customers | Path does not match |
25 | get_test | /api/test | Path does not match |
26 | get_restaurants | /api/aifred/restaurants | Path does not match |
27 | get_count_filters | /api/aifred/filters | Path does not match |
28 | get_collection_dispo | /api/collection_dispo | Path does not match |
29 | post_collection_dispo | /api/collection_dispo | Path does not match |
30 | get_settings | /api/tiptoque/settings/{type} | Path does not match |
31 | get_tags | /api/tags/{type} | Path does not match |
32 | get_dispos | /api/disponibilities | Path does not match |
33 | put_dispos | /api/disponibilities | Path does not match |
34 | get_shops | /api/shops | Path does not match |
35 | cron_shopsproducts | /api/cron/products/{id} | Path does not match |
36 | send_shopsproducts | /api/shops/send-products/{id} | Path does not match |
37 | get_shops_products | /api/shops/products/{id} | Path does not match |
38 | post_shops_products | /api/shops/products | Path does not match |
39 | put_shops_products | /api/shops/products/{id} | Path does not match |
40 | del_shops_products | /api/shops/products/{id} | Path does not match |
41 | get_products | /api/products | Path does not match |
42 | get_product | /api/product/{id} | Path does not match |
43 | post_product | /api/product | Path does not match |
44 | put_product | /api/product/{id} | Path does not match |
45 | del_product | /api/product/delete/{id}/{force} | Path does not match |
46 | del_Image | /api/product/{pid}/image/{id} | Path does not match |
47 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.