Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_account | /account/ | Path does not match |
2 | app_wallet | /account/wallet | Path does not match |
3 | app_account_wallet_deposit | /account/wallet/deposit | Path does not match |
4 | app_tasks | /account/tasks | Path does not match |
5 | app_referrals | /account/referrals | Path does not match |
6 | app_accept_special | /account/special/accept/{id} | Path does not match |
7 | app_check_special | /account/special/check/{id} | Path does not match |
8 | app_special | /account/special/{id} | Path does not match |
9 | app_admin | /admin | Path does not match |
10 | app_specials_index | /admin/specials | Path does not match |
11 | app_specials_delete | /admin/specials/delete/{id} | Path does not match |
12 | app_new_special | /admin/special/new/{user}/{combo} | Path does not match |
13 | app_notifications_index | /admin/notifications | Path does not match |
14 | app_new_admin | /admin/make/{id} | Path does not match |
15 | app_category_index | /admin/category/ | Path does not match |
16 | app_category_new | /admin/category/new | Path does not match |
17 | app_category_show | /admin/category/{id} | Path does not match |
18 | app_category_edit | /admin/category/{id}/edit | Path does not match |
19 | app_category_delete | /admin/category/{id} | Path does not match |
20 | app_combo_index | /admin/combo/ | Path does not match |
21 | app_combo_new | /admin/combo/new | Path does not match |
22 | app_combo_show | /admin/combo/{id} | Path does not match |
23 | app_combo_edit | /admin/combo/{id}/edit | Path does not match |
24 | app_combo_delete | /admin/combo/{id} | Path does not match |
25 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.