Routing
(none)
Matched route
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _twig_error_test | /_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 | food_airway_api_product_listing | /api/product/listing | Path does not match |
14 | food_airway_api_login | /api/login/{username}/{pwd} | Path does not match |
15 | food_airway_api_product_tiffin_listing | /api/product/tiffin/listing | Path does not match |
16 | food_airway_api_product_tiffin_detail | /api/product/tiffin/detail/{productId} | Path does not match |
17 | food_airway_api_fetch_area_detail | /api/area/search | Path does not match |
18 | food_airway_api_create_account | /api/create/account/{fullName}/{mobile}/{email}/{pwd} | Path does not match |
19 | food_airway_api_user_address | /api/get/user/address/{userId} | Path does not match |
20 | food_airway_api_user_active_address | /api/get/user/active/address/{userId} | Path does not match |
21 | food_airway_api_save_user_address | /api/save/user/address | Path does not match |
22 | food_airway_api_order_place | /api/order/place | Path does not match |
23 | food_airway_api_order_listing | /api/order/listing/{userId} | Path does not match |
24 | food_airway_api_get_order_by_id | /api/get/order/{orderId}/{userId} | Path does not match |
25 | food_airway_api_product_food_types | /api/product/food-types | Path does not match |
26 | food_airway_api_update_user_profile | /api/user/update | Path does not match |
27 | food_airway_api_live_streaming_url | /api/live-steaming | Path does not match |
28 | food_airway_api_order_status_update | /api/order/status/update | Path does not match |
29 | food_airway_api_user_coupon_codes | /api/get/user/coupon/codes/{userId} | Path does not match |
30 | food_airway_api_user_send_registeration_otp | /api/send/user/verification/code/{securityKey} | Path does not match |
31 | food_airway_api_user_send_forgot_password_verification_code | /api/send/user/forgot/password/verification/code/{securityKey} | Path does not match |
32 | food_airway_api_user_update_password | /api/send/user/update/user/password/{securityKey} | Path does not match |
33 | food_airway_api_user_banners | /api/get/user/banners/{userId} | Path does not match |
34 | food_airway_api_update_user_active_address | /api/update/user/active/address/{securityKey} | Path does not match |
35 | food_airway_api_order_pending | /api/order/pending/{userId} | Path does not match |
36 | food_airway_api_order_delivery_status_update | /api/order/update/delivery/status | Path does not match |
37 | food_airway_api_order_tiffin_mark_as_deliver | /api/order/tiffin/mark-as-deliver/{tiffinOrderDetailId}/{userId} | Path does not match |
38 | food_airway_api_order_pause_unpause_update | /api/order/update/paused/status | Path does not match |
39 | food_airway_api_order_tiffin_subscription | /api/order/tiffin/subscription/listing/{userId} | Path does not match |
40 | food_airway_api_order_tiffin_subscription_detail | /api/order/tiffin/subscription/detail | Path does not match |
41 | food_airway_api_check_user_exists | /api/check/user/exists/{username} | Path does not match |
42 | food_airway_api_display_image_file | /api/display/image/file/{fileId} | Path does not match |
43 | deliveryteam_list_images | /api/list/team/images | Path does not match |
44 | deliveryteam_partner_list | /api/delivery/partner/listing/{userId} | Path does not match |
45 | food_airway_api_order_assigned_delivery_partner | /api/order/assigned/delivery/partner | Path does not match |
46 | food_airway_site_homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.