Routing
app_spa
Matched route
Route Parameters
| Name | Value |
|---|---|
| vueRouting | "Dr0v" |
Route Matching Logs
Path to match:
/Dr0v
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin_dashboard_stats | /api/admin/dashboard/stats | Path does not match |
| 16 | admin_dashboard_recent_activity | /api/admin/dashboard/recent-activity | Path does not match |
| 17 | admin_interviews_list | /api/admin/interviews | Path does not match |
| 18 | admin_interviews_get | /api/admin/interviews/{id} | Path does not match |
| 19 | admin_interviews_update | /api/admin/interviews/{id} | Path does not match |
| 20 | admin_interviews_delete | /api/admin/interviews/{id} | Path does not match |
| 21 | admin_organizations_list | /api/admin/organizations | Path does not match |
| 22 | admin_organizations_get | /api/admin/organizations/{id} | Path does not match |
| 23 | admin_organizations_update | /api/admin/organizations/{id} | Path does not match |
| 24 | admin_organizations_delete | /api/admin/organizations/{id} | Path does not match |
| 25 | admin_users_list | /api/admin/users | Path does not match |
| 26 | admin_users_get | /api/admin/users/{id} | Path does not match |
| 27 | admin_users_update | /api/admin/users/{id} | Path does not match |
| 28 | admin_users_delete | /api/admin/users/{id} | Path does not match |
| 29 | api_auth_register | /api/auth/register | Path does not match |
| 30 | api_auth_login | /api/auth/login | Path does not match |
| 31 | api_auth_me | /api/auth/me | Path does not match |
| 32 | api_auth_refresh | /api/auth/refresh | Path does not match |
| 33 | api_auth_assign_candidate_role | /api/auth/assign-candidate-role | Path does not match |
| 34 | api_interview_access_validate | /api/interview-access/validate/{token} | Path does not match |
| 35 | api_interview_access_authenticate | /api/interview-access/authenticate/{token} | Path does not match |
| 36 | api_interview_access_check_account | /api/interview-access/check-account/{token} | Path does not match |
| 37 | api_interviews_list | /api/interviews | Path does not match |
| 38 | api_interviews_create | /api/interviews | Path does not match |
| 39 | api_interviews_get | /api/interviews/{id} | Path does not match |
| 40 | api_interviews_preview | /api/interviews/{id}/preview | Path does not match |
| 41 | api_interviews_join | /api/interviews/{id}/join | Path does not match |
| 42 | api_interviews_end | /api/interviews/{id}/end | Path does not match |
| 43 | api_interviews_update | /api/interviews/{id} | Path does not match |
| 44 | api_interviews_delete | /api/interviews/{id} | Path does not match |
| 45 | api_organizations_list | /api/organizations | Path does not match |
| 46 | api_organizations_create | /api/organizations | Path does not match |
| 47 | api_organizations_get | /api/organizations/{id} | Path does not match |
| 48 | api_organizations_add_member | /api/organizations/{id}/members | Path does not match |
| 49 | webhook_resend | /api/webhooks/resend | Path does not match |
| 50 | app_join_interview | /join | Path does not match |
| 51 | api_video_token | /api/video/token | Path does not match |
| 52 | api_video_room_info | /api/video/room/{roomName}/info | Path does not match |
| 53 | demo_video | /demo/video | Path does not match |
| 54 | home | / | Path does not match |
| 55 | app_spa | /{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.