Routing
(none)
Matched route
Route Matching Logs
Path to match:
/api/shops
| # | 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 | admin_dashboard | /admin/ | Path does not match |
| 14 | admin_shops | /admin/shops | Path does not match |
| 15 | admin_show_shop | /admin/shop/show/{id} | Path does not match |
| 16 | admin_new_shop | /admin/shop/new | Path does not match |
| 17 | admin_edit_shop | /admin/shop/edit/{id} | Path does not match |
| 18 | admin_edit_shop_plan | /admin/shop/edit-plan/{id} | Path does not match |
| 19 | admin_delete_shop | /admin/shop/delete | Path does not match |
| 20 | admin_menus | /admin/shop/show/{id}/menus | Path does not match |
| 21 | admin_new_menu | /admin/shop/show/{id}/menu/new | Path does not match |
| 22 | admin_edit_menu | /admin/shop/show/{shop}/menu/edit/{id} | Path does not match |
| 23 | admin_delete_menu | /admin/shop/show/{shop}/menu/delete/{id} | Path does not match |
| 24 | admin_new_menu_group | /admin/shop/show/{id}/menu-group/new | Path does not match |
| 25 | admin_edit_menu_group | /admin/shop/show/{shop}/menu-group/edit/{id} | Path does not match |
| 26 | admin_delete_menu_group | /admin/shop/show/{id}/menu-group/delete | Path does not match |
| 27 | admin_move_menu_group | /admin/shop/show/{shop}/menu-group/move/{id}/{direction} | Path does not match |
| 28 | admin_areas | /admin/areas | Path does not match |
| 29 | admin_show_area | /admin/area/show/{id} | Path does not match |
| 30 | admin_new_area | /admin/area/new | Path does not match |
| 31 | admin_edit_area | /admin/area/edit/{id} | Path does not match |
| 32 | admin_delete_area | /admin/area/delete | Path does not match |
| 33 | admin_sort_area | /admin/area/sort/{id} | Path does not match |
| 34 | admin_new_location | /admin/area/show/{area}/new | Path does not match |
| 35 | admin_edit_location | /admin/area/show/{area}/edit/{id} | Path does not match |
| 36 | admin_delete_location | /admin/area/show/{area}/delete | Path does not match |
| 37 | admin_sort_location | /admin/location/sort/{id} | Path does not match |
| 38 | admin_categories | /admin/categories | Path does not match |
| 39 | admin_new_category | /admin/admin/category/new | Path does not match |
| 40 | admin_edit_category | /admin/admin/category/edit/{id} | Path does not match |
| 41 | admin_delete_category | /admin/category/delete | Path does not match |
| 42 | admin_sort_category | /admin/category/sort/{id} | Path does not match |
| 43 | admin_users | /admin/users | Path does not match |
| 44 | admin_new_user | /admin/admin/user/new | Path does not match |
| 45 | admin_edit_user | /admin/admin/user/edit/{id} | Path does not match |
| 46 | admin_delete_user | /admin/admin/user/delete | Path does not match |
| 47 | admin_credentials | /admin/credentials | Path does not match |
| 48 | admin_posts | /admin/posts | Path does not match |
| 49 | admin_post_new | /admin/post/new | Path does not match |
| 50 | admin_post_edit | /admin/post/edit/{id} | Path does not match |
| 51 | admin_post_delete | /admin/post/delete | Path does not match |
| 52 | admin_publish | /admin/publish/{id} | Path does not match |
| 53 | admin_login | /admin/login | Path does not match |
| 54 | admin_logout | /admin/logout | Path does not match |
| 55 | admin_login_check | /admin/login_check | Path does not match |
| 56 | admin_file_upload | /admin/file/upload | Path does not match |
| 57 | app_admin_chunkuploader | /admin/uploader/filepond | Path does not match |
| 58 | admin_newsletter | /admin/newsletter/send/{id} | Path does not match |
| 59 | admin_shop_sales_download | /admin/shop-sales/download | Path does not match |
| 60 | api_cart | /api/user/cart/ | Path does not match |
| 61 | api_cart_add | /api/user/cart/add | Path does not match |
| 62 | api_cart_update | /api/user/cart/update | Path does not match |
| 63 | api_cart_checkout | /api/user/cart/checkout | Path does not match |
| 64 | api_user_contact | /api/user/contact | Path does not match |
| 65 | api_user_order_index | /api/user/orders/ | Path does not match |
| 66 | api_user_order_show | /api/user/orders/{id} | Path does not match |
| 67 | api_user_order_review | /api/user/orders/{id}/review | Path does not match |
| 68 | api_post | /api/posts/ | Path does not match |
| 69 | api_question | /api/questions/ | Path does not match |
| 70 | api_shop_login | /api/shop-login | Path does not match |
| 71 | api_shop_logout | /api/shop/logout | Path does not match |
| 72 | api_shop_register | /api/shop-register | Path does not match |
| 73 | api_shop_update_fcm_token | /api/shop/update-fcm-token | Path does not match |
| 74 | api_shops | /api/shops | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.