Routing
api_app_api_box_post
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/box
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | app.swagger | /doc/{area}.json | Path does not match |
3 | app.swagger_ui | /doc/{area} | Path does not match |
4 | api_app_api_askoffer_post | /api/askOffer | Path does not match |
5 | api_app_api_book_post | /api/book | Path does not match |
6 | api_app_api_bookstatus_get | /api/bookstatus | Path does not match |
7 | api_app_api_box_post | /api/box | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.