Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
# | Route name | Path | Log |
---|---|---|---|
1 | app_api_shop_emalls_api | /emalls-api | Path does not match |
2 | app_api_shop_torob_api | /torob-api | Path does not match |
3 | app_admin_dashboard | /admin/dashboard | Path does not match |
4 | app_shop_admin_plan_feature_index | /shop-owner/admin/plan/features/ | Path does not match |
5 | app_shop_admin_plan_feature_new | /shop-owner/admin/plan/features/new | Path does not match |
6 | app_shop_admin_plan_feature_edit | /shop-owner/admin/plan/features/edit/{id} | Path does not match |
7 | app_shop_admin_plan_feature_delete | /shop-owner/admin/plan/features/delete/{id} | Path does not match |
8 | app_shop_admin_plan_plan_index | /shop-owner/admin/plan/plan/ | Path does not match |
9 | app_shop_admin_plan_plan_new | /shop-owner/admin/plan/plan/new | Path does not match |
10 | app_shop_admin_plan_plan_edit | /shop-owner/admin/plan/plan/edit/{id} | Path does not match |
11 | app_shop_admin_plan_plan_delete | /shop-owner/admin/plan/plan/delete/{id} | Path does not match |
12 | app_auth_change_password | /auth/change/password | Path does not match |
13 | app_base_site_auth_profile | /panel/profile | Path does not match |
14 | base_site_enter_phone | /shop-owner/enter-phone | Path does not match |
15 | base_site_otp_verify | /shop-owner/verify-otp | Path does not match |
16 | base_site_resend_otp_verify | /shop-owner/resend-verify-otp | Path does not match |
17 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.