Routing
faq_page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/faq
| # | 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 | / | Path does not match |
| 25 | mines_page | /mines | Path does not match |
| 26 | dice_page | /dice | Path does not match |
| 27 | lobby_page | /lobby | Path does not match |
| 28 | tours_page | /tournaments | Path does not match |
| 29 | bonus_page | /bonus | Path does not match |
| 30 | referral_page | /referral | Path does not match |
| 31 | referral_redirect | /go/{id} | Path does not match |
| 32 | profile_page | /profile | Path does not match |
| 33 | faq_page | /faq | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.