Routing
api_v1_public_get_contents
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v1/public/content
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_v1_public_app_version_check | /api/v1/public/app_version/check/{version} | Path does not match |
| 2 | api_v1_public_create_complaint_public | /api/v1/public/complaint | Path does not match |
| 3 | api_v1_public_get_complaint_topic | /api/v1/public/complaint-topic | Path does not match |
| 4 | api_v1_public_contact_app_api_v1_publicapi_contact_getcontact | /api/v1/public/contact/ | Path does not match |
| 5 | api_v1_public_get_contents | /api/v1/public/content | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.