Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_get_projects | /api/news/{page} | Path does not match |
| 2 | quiz | /questionnaire | Path does not match |
| 3 | api_patch_question | /api/questionnaire/question/{id} | Path does not match |
| 4 | quiz_result | /questionnaire/resultat/{id} | Path does not match |
| 5 | api_questions_required | /api/questionnaire/questions-required/{id} | Path does not match |
| 6 | download_kit | /telechargement/kit | Path does not match |
| 7 | app_wdmediaapi_getmedia | /api/wdmedia/{id} | Path does not match |
| 8 | api_wdmedia_setcrop | /api/wdmedia/setcrop/{id} | Path does not match |
| 9 | api_render_media | /api/wdmedia/render/{id} | Path does not match |
| 10 | api_render_image | /api/wdmedia/render/{id}/{format} | Path does not match |
| 11 | api_dmedia_download_slug | /api/wdmedia/download/{permalink}/{format} | Path does not match |
| 12 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.