Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | cake_list | /cake/list | Path does not match |
| 2 | create_cake | /cake/creation | Path does not match |
| 3 | edit_cake | /cakes/edit-cake/{cakeid} | Path does not match |
| 4 | delete_cake | /cakes/delete-cake/{cakeid} | Path does not match |
| 5 | category_list | /category/list | Path does not match |
| 6 | create_category | /category/creation | Path does not match |
| 7 | edit_category | /categories/edit-category/{categoryid} | Path does not match |
| 8 | delete_category | /categories/delete-category/{categoryid} | Path does not match |
| 9 | criterion_list | /criterion/list | Path does not match |
| 10 | create_criterion | /criterion/creation | Path does not match |
| 11 | edit_criterion | /criteria/edit-criterion/{criterionid} | Path does not match |
| 12 | delete_criterion | /criteria/delete-criterion/{criterionid} | Path does not match |
| 13 | _list_menus | /lists/menu | Path does not match |
| 14 | _list_categories | /lists/category | Path does not match |
| 15 | _list_criteria | /lists/criterion | Path does not match |
| 16 | _list_items | /lists/item | Path does not match |
| 17 | _list_cakes | /lists/cake | Path does not match |
| 18 | _list_offers | /lists/offer | Path does not match |
| 19 | 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.