Routing
app_logout
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/logout
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.