Routing
api_media_download
Matched route
Route Parameters
Name | Value |
---|---|
id | "369" |
Route Matching Logs
Path to match:
/api/download/369
# | Route name | Path | Log |
---|---|---|---|
1 | api_media_avatar | /api/avatar/{id} | Path does not match |
2 | api_media_download | /api/download/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.