Routing
sulu_admin
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /admin/js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | 2fa_login_check_admin | /admin/2fa_check | Path does not match |
| 4 | sulu_tag.get_tag | /admin/api/tags/{id}.{_format} | Path does not match |
| 5 | sulu_tag.get_tags | /admin/api/tags.{_format} | Path does not match |
| 6 | sulu_tag.post_tag | /admin/api/tags.{_format} | Path does not match |
| 7 | sulu_tag.put_tag | /admin/api/tags/{id}.{_format} | Path does not match |
| 8 | sulu_tag.delete_tag | /admin/api/tags/{id}.{_format} | Path does not match |
| 9 | sulu_tag.patch_tags | /admin/api/tags.{_format} | Path does not match |
| 10 | sulu_tag.post_tag_merge | /admin/api/tags/merge.{_format} | Path does not match |
| 11 | sulu_admin | /admin/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.