Routing
root
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://app.boxmaster.cz/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_root | /api/ | Path does not match |
| 2 | boxes | /boxes | Path does not match |
| 3 | boxes_grouped | /boxes-grouped | Path does not match |
| 4 | boxes_create | /boxes-create/ | Path does not match |
| 5 | box_find | /box-find/{qr} | Path does not match |
| 6 | box_detail | /box/{id} | Path does not match |
| 7 | boxes_state | /boxes-state | Path does not match |
| 8 | boxes_export | /boxes-export | Path does not match |
| 9 | boxes_print | /boxes-print | Path does not match |
| 10 | box_qr | /box-qr/{id} | Path does not match |
| 11 | box_history | /box-history/{id} | Path does not match |
| 12 | containers | /containers | Path does not match |
| 13 | container_detail | /container/{id} | Path does not match |
| 14 | delete_container | /delete-container/{id} | Path does not match |
| 15 | find_customers_data_for_autocomplete | /find-customers-data-for-autocomplete | Path does not match |
| 16 | root | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.