Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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 | / | Path does not match |
26 | app_project | /project/{id} | Path does not match |
27 | app_projects | /projects | Path does not match |
28 | app_categories | /categories | Path does not match |
29 | app_category | /category/{id} | Path does not match |
30 | app_level | /level/{id} | Path does not match |
31 | app_levels | /levels | Path does not match |
32 | app_privacy | /privacy | Path does not match |
33 | app_terms | /terms | Path does not match |
34 | app_faqs | /faqs | Path does not match |
35 | app_help | /help | Path does not match |
36 | app_deposit_index | /admin/deposit/ | Path does not match |
37 | app_deposit_check | /admin/deposit/check/{id} | Path does not match |
38 | app_deposit_new | /admin/deposit/new | Path does not match |
39 | app_deposit_show | /admin/deposit/{id} | Path does not match |
40 | app_deposit_edit | /admin/deposit/{id}/edit | Path does not match |
41 | app_deposit_delete | /admin/deposit/{id} | Path does not match |
42 | app_level_index | /admin/level/ | Path does not match |
43 | app_level_new | /admin/level/new | Path does not match |
44 | app_level_show | /admin/level/{id} | Path does not match |
45 | app_level_edit | /admin/level/{id}/edit | Path does not match |
46 | app_level_delete | /admin/level/{id} | Path does not match |
47 | app_moderator | /mod | Path does not match |
48 | app_moderator_projects | /mod/projects | Path does not match |
49 | app_moderator_reviews | /mod/reviews | Path does not match |
50 | app_moderator_combos | /mod/combos | Path does not match |
51 | app_moderator_specials | /mod/specials | Path does not match |
52 | app_moderator_users | /mod/users | Path does not match |
53 | app_moderator_deposits | /mod/deposits | Path does not match |
54 | app_moderator_withdrawals | /mod/withdrawal | Path does not match |
55 | app_mod_new_special | /mod/special/new/{user}/{combo} | Path does not match |
56 | app_user_online | /admin/online | Path does not match |
57 | app_close_online | /admin/online/close/ | Path does not match |
58 | app_project_index | /admin/project/ | Path does not match |
59 | app_project_new | /admin/project/new | Path does not match |
60 | app_project_show | /admin/project/{id} | Path does not match |
61 | app_project_edit | /admin/project/{id}/edit | Path does not match |
62 | app_project_delete | /admin/project/{id} | Path does not match |
63 | app_referral_index | /admin/referral/ | Path does not match |
64 | app_referral_new | /admin/referral/new | Path does not match |
65 | app_referral_show | /admin/referral/{id} | Path does not match |
66 | app_referral_edit | /admin/referral/{id}/edit | Path does not match |
67 | app_referral_delete | /admin/referral/{id} | Path does not match |
68 | app_register | /register | Path does not match |
69 | app_review_index | /admin/review/ | Path does not match |
70 | app_review_approve | /admin/review/approve/{id} | Path does not match |
71 | app_review_reject | /admin/review/reject/{id} | Path does not match |
72 | app_review_new | /admin/review/new | Path does not match |
73 | app_review_show | /admin/review/{id} | Path does not match |
74 | app_review_edit | /admin/review/{id}/edit | Path does not match |
75 | app_review_delete | /admin/review/{id} | Path does not match |
76 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.