Routing
app_dealer_locator
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
Route Matching Logs
Path to match:
/fr_FR/points-de-vente
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_delta_core_webhook | /api/hooks/deltacore | Path does not match |
| 2 | app_dealer_locator | /{_locale}/points-de-vente | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.