Routing
app_default
Matched route
Route Parameters
| Name | Value |
|---|---|
| vueRouting | null |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /api/auth/login | Path does not match |
| 2 | api_register | /api/auth/register | Path does not match |
| 3 | api_password-expired | /api/auth/password-expired | Path does not match |
| 4 | api_set-password | /api/auth/set-password | Path does not match |
| 5 | api_app_api_auth_userforgotpassword | /api/auth/forgotten-password | Path does not match |
| 6 | api_app_api_auth_verifytoken | /api/auth/verify-token | Path does not match |
| 7 | api_refresh-from-session | /api/auth/refresh-from-session/{sessionId} | Path does not match |
| 8 | api_refresh-token | /api/auth/refresh-token | Path does not match |
| 9 | api_refresh-session | /api/auth/refresh-session | Path does not match |
| 10 | api_app_api_auth_changepasswordsecurity | /api/api/security/change-password | Path does not match |
| 11 | app_default | /{vueRouting} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.