Routing
render_video_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/videos
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_login | /login | Path does not match |
| 2 | app_logout | /logout | Path does not match |
| 3 | category_search | /api/category/search | Path does not match |
| 4 | content_search | /api/content/search | Path does not match |
| 5 | content_search_by_type | /api/content/search/by_type | Path does not match |
| 6 | content_preview | /content-preview | Path does not match |
| 7 | content_get_by_sector | /api/content/get-by-sector | Path does not match |
| 8 | content_get_by_subsector | /api/content/get-by-subsector | Path does not match |
| 9 | api_get_similar_jobs | /api/job/get-similar-jobs | Path does not match |
| 10 | manage_content_request | /admin/contentrequest/{id}/manage | Path does not match |
| 11 | client_contact_page | /contact | Path does not match |
| 12 | client_press_page | /press | Path does not match |
| 13 | client_legal_page | /legal | Path does not match |
| 14 | client_search_results | /recherche | Path does not match |
| 15 | auth_error | /auth/error | Path does not match |
| 16 | client_home | / | Path does not match |
| 17 | render_alternance | /alternance | Path does not match |
| 18 | custom_page | /page/{slug} | Path does not match |
| 19 | partners_page | /partenaires | Path does not match |
| 20 | management_des_cookies | /management-des-cookies | Path does not match |
| 21 | email_preview | /email-preview | Path does not match |
| 22 | admin_change_job_template | /admin/metier/{id}/change-template | Path does not match |
| 23 | render_job | /metier/{sectorSlug}/{jobSlug} | Path does not match |
| 24 | render_job_list | /metiers | Path does not match |
| 25 | job_preview | /job-preview | Path does not match |
| 26 | get_jouve_module | /jouve/{slug} | Path does not match |
| 27 | render_module_iframe | /jouve/{id}/render | Path does not match |
| 28 | save_jouve_module_progress | /api/v1/private/module-jouve/save-progress/ | Path does not match |
| 29 | save_orientation_module_progress | /api/v1/private/module-orientation/save-progress/ | Path does not match |
| 30 | save_orientation_module_riasec | /api/v1/private/module-orientation/save-riasec/ | Path does not match |
| 31 | get_jouve_module_progress | /api/v1/private/module-jouve/get-progress | Path does not match |
| 32 | get_orientation_module_progress | /api/v1/private/module-orientation/get-progress | Path does not match |
| 33 | app_create_media | /api/media/create | Path does not match |
| 34 | resetting_request | /resetting/request | Path does not match |
| 35 | resetting_reset | /resetting/reset/{token} | Path does not match |
| 36 | sector_search | /api/sector/search | Path does not match |
| 37 | render_sector | /secteur/{slug} | Path does not match |
| 38 | render_sector_list | /secteurs | Path does not match |
| 39 | sector_preview | /sector-preview | Path does not match |
| 40 | edit_settings | /admin/edit-settings | Path does not match |
| 41 | app_sitemap | /sitemap.xml | Path does not match |
| 42 | admin_sso_auth_check | /admin/sso/auth-check | Path does not match |
| 43 | user_get_logged | /user/get-logged | Path does not match |
| 44 | user_update_password | /user/update-password | Path does not match |
| 45 | user_delete | /user/delete | Path does not match |
| 46 | user_update_profile | /user/update-profile | Path does not match |
| 47 | get_video_list | /api/videos | Path does not match |
| 48 | render_video_list | /videos | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.