Routing
public_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_userdata_share | /api/permission | Path does not match |
| 2 | app_api_userdata_photo | /api/photo | Path does not match |
| 3 | auth_verify_email | /verify/email | Path does not match |
| 4 | auth_logout | /logout | Path does not match |
| 5 | auth_congratulation | /congratulation | Path does not match |
| 6 | auth_forgot_password_request | /reset_password | Path does not match |
| 7 | auth_check_email | /reset_password/check_email | Path does not match |
| 8 | auth_reset_password | /reset_password/reset/{token} | Path does not match |
| 9 | loan_list | /loan/list | Path does not match |
| 10 | loan_show | /loan/list/{slug} | Path does not match |
| 11 | profile_submenus | /profile/{vueRouting} | Path does not match |
| 12 | profile | /profile | Path does not match |
| 13 | profile_business | /profile_business | Path does not match |
| 14 | public_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.