Routing
app_container_status
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/container/status
# | Route name | Path | Log |
---|---|---|---|
1 | app.get_lizenz | /admin/api/lizences/{id} | Path does not match |
2 | app.post_lizenz | /admin/api/lizences/ | Path does not match |
3 | app.put_lizenz | /admin/api/lizences/{id} | Path does not match |
4 | app.delete_lizenz | /admin/api/lizences/{id} | Path does not match |
5 | app.get_update | /admin/api/updates/{id} | Path does not match |
6 | app.post_update | /admin/api/updates/ | Path does not match |
7 | app.put_update | /admin/api/updates/{id} | Path does not match |
8 | app.delete_update | /admin/api/updates/{id} | Path does not match |
9 | app_container_status | /container/status | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.