Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | w1_root | /w1 | Path does not match |
| 2 | w1_home | /w1/accueil | Path does not match |
| 3 | w1_service_public | /w1/service-public | Path does not match |
| 4 | w1_interest_general | /w1/interest-general | Path does not match |
| 5 | w1_privacy | /w1/privacy | Path does not match |
| 6 | w1_hyper_contact | /w1/hyper-contact | Path does not match |
| 7 | w1_identity_age | /w1/identity-age | Path does not match |
| 8 | w1_scoring | /w1/scoring | Path does not match |
| 9 | w1_scoring_contest | /w1/scoring/contest | Path does not match |
| 10 | w1_safety_moderation | /w1/safety-moderation | Path does not match |
| 11 | w1_pilot_3_months | /w1/pilot-3-months | Path does not match |
| 12 | w1_governance | /w1/governance | Path does not match |
| 13 | w1_me_export | /me/export | Path does not match |
| 14 | w1_faq | /w1/faq | Path does not match |
| 15 | api_doc | /api/docs | Path does not match |
| 16 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.