Routing
fos_js_routing_js
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "js" |
Route Matching Logs
Path to match:
/js/routing
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_professionnel_index | /professionnel/ | Path does not match |
| 2 | app_professionnel_new | /professionnel/new | Path does not match |
| 3 | app_professionnel_show | /professionnel/{id} | Path does not match |
| 4 | app_professionnel_edit | /professionnel/{id}/edit | Path does not match |
| 5 | app_professionnel_delete | /professionnel/{id} | Path does not match |
| 6 | stripe_webhook | /stripe/webhook | Path does not match |
| 7 | fos_js_routing_js | /js/routing.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.