Routing
default_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_home | /account/ | Path does not match |
| 2 | account_board | /account/board | Path does not match |
| 3 | account_reservartion_move | /account/reservation/{id}/move | Path does not match |
| 4 | account_reservartion_pay | /account/reservation/{id}/pay | Path does not match |
| 5 | chat_index | /chat | Path does not match |
| 6 | chat_message | /chat/message | Path does not match |
| 7 | chat_frame | /chat/frame | Path does not match |
| 8 | default_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.