Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | 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 | Path does not match |
| 75 | api_shop_order_manager | /api/shop/order-manager | Path does not match |
| 76 | api_shop_show | /api/shop | Path does not match |
| 77 | api_owner_menu | /owner/api/menus | Path does not match |
| 78 | api_shop_menu | /api/shop-menus/{id} | Path does not match |
| 79 | api_shop_update_estimated_minutes | /owner/api/update-estimated-minutes | Path does not match |
| 80 | api_shop_menu_update_stock | /owner/api/menu/{id}/update-stock | Path does not match |
| 81 | api_shop_update_hours | /owner/api/update-hours | Path does not match |
| 82 | api_shop_closed | /owner/api/closed | Path does not match |
| 83 | api_shop_open | /owner/api/open | Path does not match |
| 84 | api_shop_order_index | /owner/orders/ | Path does not match |
| 85 | api_shop_order_summary | /owner/orders/summary | Path does not match |
| 86 | api_shop_info | /owner/orders/shop-info | Path does not match |
| 87 | api_shop_order_accepted | /owner/orders/{id}/accepted | Path does not match |
| 88 | api_shop_order_handed_over | /owner/orders/{id}/handed-over | Path does not match |
| 89 | api_shop_order_user_cancel | /owner/orders/{id}/user-cancel | Path does not match |
| 90 | api_shop_order_shop_cancel | /owner/orders/{id}/shop-cancel | Path does not match |
| 91 | api_sms_send | /api/sms/send | Path does not match |
| 92 | api_sms_verify | /api/sms/verify | Path does not match |
| 93 | api_user_refresh_token | /api/refresh-token | Path does not match |
| 94 | api_user_update | /api/user/update | Path does not match |
| 95 | api_user_update_fcm_token | /api/user/update-fcm-token | Path does not match |
| 96 | api_user_show | /api/user/show | Path does not match |
| 97 | api_user_payment_methods | /api/user/payment-methods | Path does not match |
| 98 | api_user_delete | /api/user/delete | Path does not match |
| 99 | cart_index | /cart | Path does not match |
| 100 | cart_checkout | /cart/checkout/{order} | Path does not match |
| 101 | cart_add | /cart/add/{menu} | Path does not match |
| 102 | cart_update_quantity | /cart/update-quantity | Path does not match |
| 103 | cart_payment_method | /cart/payment-method | Path does not match |
| 104 | cart_payment_method_add | /cart/payment-method/add | Path does not match |
| 105 | coupons | /coupons | Path does not match |
| 106 | coupon_explore | /coupons/explore | Path does not match |
| 107 | index | / | Path does not match |
| 108 | search | /search | Path does not match |
| 109 | explore | /explore | Path does not match |
| 110 | navi | /navi | Path does not match |
| 111 | lp | /lp | Path does not match |
| 112 | law | /law | Path does not match |
| 113 | shop | /shop/{id} | Path does not match |
| 114 | shop_law | /shop/{id}/law | Path does not match |
| 115 | shop_menu_show | /shop/menu/{id} | Path does not match |
| 116 | user_register | /user-register | Path does not match |
| 117 | user_register_re_send | /user-register/re-send | Path does not match |
| 118 | user_register_verify | /user-register/verify | Path does not match |
| 119 | user_register_input | /user-register/input | Path does not match |
| 120 | user_register_done | /user-register/done | Path does not match |
| 121 | area | /area | Path does not match |
| 122 | faq | /faq | Path does not match |
| 123 | news | /news | Path does not match |
| 124 | news_show | /news/{id} | Path does not match |
| 125 | map | /map | Path does not match |
| 126 | pins | /pins | Path does not match |
| 127 | about | /about | Path does not match |
| 128 | campaign | /campaign | Path does not match |
| 129 | terms | /terms | Path does not match |
| 130 | privacy | /privacy | Path does not match |
| 131 | links | /links | Path does not match |
| 132 | register | /register | Path does not match |
| 133 | register_complete | /register/complete | Path does not match |
| 134 | contact | /contact | Path does not match |
| 135 | contact_complete | /contact/complete | Path does not match |
| 136 | app_login | /login | Path does not match |
| 137 | app_logout | /logout | Path does not match |
| 138 | app_request_password | /request/password | Path does not match |
| 139 | app_request_password_complete | /request/password/complete | Path does not match |
| 140 | app_reset_password_complete | /reset/password/complete | Path does not match |
| 141 | app_reset_password | /reset/password/{token} | Path does not match |
| 142 | shop_dashboard | /owner/ | Path does not match |
| 143 | shop_profile | /owner/profile | Path does not match |
| 144 | shop_update_law | /owner/law | Path does not match |
| 145 | shop_update_bank_account | /owner/bank-account | Path does not match |
| 146 | shop_menus | /owner/menus | Path does not match |
| 147 | shop_new_group | /owner/menus/group/new | Path does not match |
| 148 | shop_edit_menu_group | /owner/menus/group/edit/{id} | Path does not match |
| 149 | shop_delete_menu_group | /owner/owner/menu-group/delete | Path does not match |
| 150 | shop_move_menu_group | /owner/owner/menu-group/move/{id}/{direction} | Path does not match |
| 151 | shop_new_menu | /owner/menus/new | Path does not match |
| 152 | shop_new_menu_with_group | /owner/menus/new/{id} | Path does not match |
| 153 | shop_edit_menu | /owner/menus/edit/{id} | Path does not match |
| 154 | shop_delete_menu | /owner/menus/delete/{id} | Path does not match |
| 155 | shop_menu_sort | /owner/menus/sort/{id} | Path does not match |
| 156 | shop_coupons | /owner/coupons | Path does not match |
| 157 | shop_new_coupon | /owner/coupons/new | Path does not match |
| 158 | shop_edit_coupon | /owner/coupons/edit/{id} | Path does not match |
| 159 | shop_delete_coupon | /owner/coupons/delete/{id} | Path does not match |
| 160 | shop_publish_coupon | /owner/coupons/publish/{id} | Path does not match |
| 161 | shop_unpublish_coupon | /owner/coupons/unpublish/{id} | Path does not match |
| 162 | shop_sales | /owner/sales | Path does not match |
| 163 | shop_sales_show | /owner/sales/{id} | Path does not match |
| 164 | shop_credentials | /owner/credentials | Path does not match |
| 165 | shop_publish | /owner/publish | Path does not match |
| 166 | shop_unpublish | /owner/unpublish | Path does not match |
| 167 | shop_payment_method | /owner/payment-method | Path does not match |
| 168 | shop_payment_method_input | /owner/payment-method/input | Path does not match |
| 169 | shop_change_plan | /owner/change-plan | Path does not match |
| 170 | shop_change_plan_confirm | /owner/change-plan/{id}/confirm | Path does not match |
| 171 | shop_order_manager | /owner/orders/manager | Path does not match |
| 172 | shop_file_upload | /owner/file/upload | Path does not match |
| 173 | app_shop_chunkuploader | /owner/uploader/filepond | Path does not match |
| 174 | user_dashboard | /user/ | Path does not match |
| 175 | user_profile | /user/profile | Path does not match |
| 176 | user_payment_methods | /user/payment-methods | Path does not match |
| 177 | user_payment_method_add | /user/payment-methods/add | Path does not match |
| 178 | user_orders | /user/orders | Path does not match |
| 179 | user_unsubscribe | /user/unsubscribe | Path does not match |
| 180 | user_faq | /user/faq | Path does not match |
| 181 | user_login | /user/login | Path does not match |
| 182 | user_logout | /user/logout | Path does not match |
| 183 | user_login_check | /user/login_check | Path does not match |
| 184 | api_doc | /api/docs.{_format} | Path does not match |
| 185 | api_users_get_collection | /api/users.{_format} | Path does not match |
| 186 | api_users_post_collection | /api/users.{_format} | Path does not match |
| 187 | api_users_get_item | /api/users/{id}.{_format} | Path does not match |
| 188 | api_menus_get_collection | /api/menus.{_format} | Path does not match |
| 189 | api_menus_post_collection | /api/menus.{_format} | Path does not match |
| 190 | api_menus_get_item | /api/menus/{id}.{_format} | Path does not match |
| 191 | api_coupons_get_collection | /api/coupons.{_format} | Path does not match |
| 192 | api_coupons_get_item | /api/coupons/{id}.{_format} | Path does not match |
| 193 | api_categories_get_collection | /api/categories.{_format} | Path does not match |
| 194 | api_categories_get_item | /api/categories/{id}.{_format} | Path does not match |
| 195 | api_areas_get_collection | /api/areas.{_format} | Path does not match |
| 196 | api_areas_get_item | /api/areas/{id}.{_format} | Path does not match |
| 197 | api_locations_get_collection | /api/locations.{_format} | Path does not match |
| 198 | api_locations_get_item | /api/locations/{id}.{_format} | Path does not match |
| 199 | app.swagger | /api/doc.json | Path does not match |
| 200 | app.swagger_ui | /api/doc | Path does not match |
| 201 | user_api_auth | /api/user/auth | Path does not match |
| 202 | user_api_login | /api/user/login | Path does not match |
| 203 | user_api_login_check | /api/user/login_check | Path does not match |
| 204 | gesdinet_jwt_refresh_token | /api/token/refresh | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.