Routing
main_page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | page_admin | /admin | Path does not match |
2 | page_admin_users | /admin/users | Path does not match |
3 | page_admin_user_edit | /admin/users/edit/{id} | Path does not match |
4 | page_admin_promo | /admin/promo | Path does not match |
5 | page_admin_promo_create | /admin/promo/create | Path does not match |
6 | page_admin_deposits | /admin/deposits | Path does not match |
7 | page_admin_withdraws | /admin/withdraws | Path does not match |
8 | admin_withdraw_update_status | /admin/withdraw/update-status | Path does not match |
9 | auth_register | /auth/register | Path does not match |
10 | auth_login | /auth/login | Path does not match |
11 | vk_connect | /auth/vk | Path does not match |
12 | tg_connect | /auth/tg | Path does not match |
13 | vk_check | /auth/vk/callback | Path does not match |
14 | tg_check | /auth/tg/callback | Path does not match |
15 | app_logout | /logout | Path does not match |
16 | chat_message | /api/chat/message | Path does not match |
17 | chat_delete | /api/chat/delete | Path does not match |
18 | chat_ban | /api/chat/ban | Path does not match |
19 | chat_clear | /api/chat/clear | Path does not match |
20 | chat_send_promo_auto | /api/chat/send-promo-auto | Path does not match |
21 | dice_bet | /api/dice/bet | Path does not match |
22 | api_mines_app_mines | /api/mines/ | Path does not match |
23 | api_mines_app_mines_render | /api/mines/render | Path does not match |
24 | main_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.