Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.env
# | Route name | Path | Log |
---|---|---|---|
1 | api.cart.remove | /api/cart/remove | Path does not match |
2 | api.cart.add | /api/cart | Path does not match |
3 | api.cart.delete | /api/cart | Path does not match |
4 | _preview_error | /_error/{code}.{_format} | Path does not match |
5 | _wdt | /_wdt/{token} | Path does not match |
6 | _profiler_home | /_profiler/ | Path does not match |
7 | _profiler_search | /_profiler/search | Path does not match |
8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
13 | _profiler_open_file | /_profiler/open | Path does not match |
14 | _profiler | /_profiler/{token} | Path does not match |
15 | _profiler_router | /_profiler/{token}/router | Path does not match |
16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
18 | admin | /admin | Path does not match |
19 | admin_login | /admin/login | Path does not match |
20 | admin_logout | /admin/logout | Path does not match |
21 | api.about.list | /api/about | Path does not match |
22 | api.banner.list | /api/banner/{type} | Path does not match |
23 | api.booking.add | /api/booking/add | Path does not match |
24 | api.callback.add | /api/callback/add | Path does not match |
25 | api.cart.list | /api/cart | Path does not match |
26 | api.category.list | /api/category | Path does not match |
27 | api.coupon.add | /api/coupon/apply | Path does not match |
28 | api.coupon.reset | /api/coupon/reset | Path does not match |
29 | api.flash.list | /api/flash | Path does not match |
30 | api.info.list | /api/info | Path does not match |
31 | api.job.add | /api/job | Path does not match |
32 | api.job.list | /api/job | Path does not match |
33 | api.order.add | /api/order | Path does not match |
34 | api.order.list | /api/order | Path does not match |
35 | api.order.repeat | /api/order/{id}/repeat | Path does not match |
36 | api.order.rate | /api/order/rate | Path does not match |
37 | api.product.detail | /api/product/{id} | Path does not match |
38 | api.product.list | /api/product | Path does not match |
39 | api.user.detail | /api/user | Path does not match |
40 | api.user.update | /api/user | Path does not match |
41 | api.workhours.list | /api/workhours | Path does not match |
42 | cart | /cart | Path does not match |
43 | cart_add_one | /cart/{id}/add/one | Path does not match |
44 | cart_add | /cart/{id}/add | Path does not match |
45 | cart_remove_one | /cart/{id}/remove/one | Path does not match |
46 | cart_all_remove | /cart/all/remove | Path does not match |
47 | cart_remove | /cart/{id}/remove | Path does not match |
48 | apply_сoupon | /coupon/apply-coupon | Path does not match |
49 | reset_сoupon | /coupon/reset-coupon | Path does not match |
50 | hub_index | / | Path does not match |
51 | app_index | /index | Path does not match |
52 | app_contacts | /contacts | Path does not match |
53 | app_about | /about | Path does not match |
54 | app_jobs | /jobs | Path does not match |
55 | app_info | /info/{slug} | Path does not match |
56 | order_detail | /order/{id} | Path does not match |
57 | order_fail | /order/{id}/fail | Path does not match |
58 | order_change_status | /order/{id}/change-status | Path does not match |
59 | product_detail | /category-{category}/{product} | Path does not match |
60 | tg.status.delivered | /tg/set-status-delivered | Path does not match |
61 | user_check_balance | /user/check-balance | Path does not match |
62 | user_login | /profile/login | Path does not match |
63 | user_data_add | /profile/user-data-add | Path does not match |
64 | user_check_code | /profile/check-code | Path does not match |
65 | user_send_code | /profile/send-code | Path does not match |
66 | user_profile | /profile | Path does not match |
67 | user_logout | /profile/logout | Path does not match |
68 | order_workhours | /workhours/order-list | Path does not match |
69 | check_workhours | /workhours/is-work | Path does not match |
70 | iiko.test | /iiko/test | Path does not match |
71 | index | / | Path does not match |
72 | app.swagger_ui | /api/doc | Path does not match |
73 | app.swagger | /api/doc.json | 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.