Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/doc
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_log_index | /admin/log | Path does not match |
| 2 | admin_log_new | /admin/log/new | Path does not match |
| 3 | admin_log_batch_delete | /admin/log/batch-delete | Path does not match |
| 4 | admin_log_autocomplete | /admin/log/autocomplete | Path does not match |
| 5 | admin_log_render_filters | /admin/log/render-filters | Path does not match |
| 6 | admin_log_edit | /admin/log/{entityId}/edit | Path does not match |
| 7 | admin_log_delete | /admin/log/{entityId}/delete | Path does not match |
| 8 | admin_log_detail | /admin/log/{entityId} | Path does not match |
| 9 | admin_member_index | /admin/member | Path does not match |
| 10 | admin_member_new | /admin/member/new | Path does not match |
| 11 | admin_member_batch_delete | /admin/member/batch-delete | Path does not match |
| 12 | admin_member_autocomplete | /admin/member/autocomplete | Path does not match |
| 13 | admin_member_render_filters | /admin/member/render-filters | Path does not match |
| 14 | admin_member_edit | /admin/member/{entityId}/edit | Path does not match |
| 15 | admin_member_delete | /admin/member/{entityId}/delete | Path does not match |
| 16 | admin_member_detail | /admin/member/{entityId} | Path does not match |
| 17 | admin_store_index | /admin/store | Path does not match |
| 18 | admin_store_new | /admin/store/new | Path does not match |
| 19 | admin_store_batch_delete | /admin/store/batch-delete | Path does not match |
| 20 | admin_store_autocomplete | /admin/store/autocomplete | Path does not match |
| 21 | admin_store_render_filters | /admin/store/render-filters | Path does not match |
| 22 | admin_store_edit | /admin/store/{entityId}/edit | Path does not match |
| 23 | admin_store_delete | /admin/store/{entityId}/delete | Path does not match |
| 24 | admin_store_detail | /admin/store/{entityId} | Path does not match |
| 25 | admin_user_index | /admin/user | Path does not match |
| 26 | admin_user_new | /admin/user/new | Path does not match |
| 27 | admin_user_batch_delete | /admin/user/batch-delete | Path does not match |
| 28 | admin_user_autocomplete | /admin/user/autocomplete | Path does not match |
| 29 | admin_user_render_filters | /admin/user/render-filters | Path does not match |
| 30 | admin_user_edit | /admin/user/{entityId}/edit | Path does not match |
| 31 | admin_user_delete | /admin/user/{entityId}/delete | Path does not match |
| 32 | admin_user_detail | /admin/user/{entityId} | Path does not match |
| 33 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 34 | app.swagger | /api/doc.json | Path does not match |
| 35 | app.swagger_ui | /api/doc | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.