Routing
nos_services
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/nos-services
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /{_locale}/api/login | Path does not match |
| 2 | index_aide | /{_locale}/help/ | Path does not match |
| 3 | article_par_categrorie | /{_locale}/help/category/{slug} | Path does not match |
| 4 | ecrire_un_article | /{_locale}/help/write-article | Path does not match |
| 5 | lire_un_article | /{_locale}/help/read-article/{slug} | Path does not match |
| 6 | reclammation_admin | /{_locale}/count-notification/reclammation-admin | Path does not match |
| 7 | notification_gestion | /{_locale}/count-notification/notification-gestion | Path does not match |
| 8 | contact | /{_locale}/contact | Path does not match |
| 9 | a_propos | /{_locale}/a_propos | Path does not match |
| 10 | terms_helpplace | /{_locale}/terms-helpplace | Path does not match |
| 11 | nos_services | /{_locale}/nos-services | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.