Routing
app.homapage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app.admin.homepage | /admin/admins/ | Path does not match |
| 2 | app.admin.email | /admin/admins/email | Path does not match |
| 3 | app.admin.user.list | /admin/admins/list | Path does not match |
| 4 | app.admin.user.edit | /admin/admins/edit/{admin} | Path does not match |
| 5 | app.admin.user.create | /admin/admins/new | Path does not match |
| 6 | app.admin.user.category.link | /admin/admins/category/link/{admin} | Path does not match |
| 7 | app.admin.user.category.unlink | /admin/admins/category/unlink/{admin}/{category} | Path does not match |
| 8 | app.admin.user.delete | /admin/admins/delete/{admin} | Path does not match |
| 9 | app.admin.customer.list | /admin/customers/list | Path does not match |
| 10 | app.admin.customer.edit | /admin/customers/{customer}/edit | Path does not match |
| 11 | app.admin.customer.create | /admin/customers/new | Path does not match |
| 12 | app.admin.customer.weights | /admin/customers/{customer}/weights | Path does not match |
| 13 | app.admin.customer.delete | /admin/customers/{customer}/delete | Path does not match |
| 14 | app.admin.customer.dashboard | /admin/customers/{customer}/dashboard | Path does not match |
| 15 | app.admin.customer.calendar.event.get.range | /admin/customers/{customer}/calendar/event/get/range | Path does not match |
| 16 | app.admin.customer.calendar.event.remove | /admin/customers/{customer}/calendar/event/remove/{eventId}/{eventType} | Path does not match |
| 17 | app.admin.customer.enquiry | /admin/customers/{customer}/enquiry | Path does not match |
| 18 | app.admin.debtor.list | /admin/debtor/debtor | Path does not match |
| 19 | app.admin.payments.accept | /admin/debtor/payments/{payment}/accept | Path does not match |
| 20 | app.admin.payments | /admin/debtor/payments | Path does not match |
| 21 | app.delivery-ai.chose | /admin/delivery-ai/chose | Path does not match |
| 22 | app.delivery.chose | /admin/delivery/chose | Path does not match |
| 23 | app.delivery.export.drive-plan | /admin/delivery/{deliveryDay}/drive-plan/export | Path does not match |
| 24 | app.delivery.ride | /admin/delivery/{group}/{delivery}/ride | Path does not match |
| 25 | app.delivery.ride.new | /admin/delivery/{group}/new/{deliveryDay}/ride | Path does not match |
| 26 | app.delivery.ride-map | /admin/delivery/{group}/{delivery}/ride-map | Path does not match |
| 27 | app.delivery.ride-map.new | /admin/delivery/{group}/new/{deliveryDay}/ride-map | Path does not match |
| 28 | app.delivery.summary | /admin/delivery/summary | Path does not match |
| 29 | app.delivery.postponed | /admin/delivery/{delivery}/postponed/{customer} | Path does not match |
| 30 | app.delivery.postponed.new | /admin/delivery/{deliveryDay}/postponed/{customer}/new | Path does not match |
| 31 | app.delivery.done | /admin/delivery/{group}/done/{customer} | Path does not match |
| 32 | app.delivery.pay | /admin/delivery/pay/{customer} | Path does not match |
| 33 | app.delivery.delete | /admin/delivery/new/{deliveryDay}/delete | Path does not match |
| 34 | app.delivery_log.show | /admin/delivery_log/show | Path does not match |
| 35 | app.admin.delivery.list | /admin/delivery/management/list | Path does not match |
| 36 | app.admin.delivery.edit | /admin/delivery/management/edit/{delivery} | Path does not match |
| 37 | app.admin.delivery.create | /admin/delivery/management/new | Path does not match |
| 38 | app.admin.delivery.manage | /admin/delivery/management/{delivery}/manage | Path does not match |
| 39 | app.admin.delivery.manage.set | /admin/delivery/management/{customer}/set/{delivery} | Path does not match |
| 40 | app.admin.delivery.delete | /admin/delivery/management/delete/{delivery} | Path does not match |
| 41 | app.admin.enquiry.list | /admin/enquiry/list | Path does not match |
| 42 | app.admin.enquiry.edit | /admin/enquiry/edit/{enquiry} | Path does not match |
| 43 | app.admin.enquiry.create | /admin/enquiry/new | Path does not match |
| 44 | app.admin.enquiry.field.list | /admin/enquiry/{enquiry}/field/list | Path does not match |
| 45 | app.admin.enquiry.field.edit | /admin/enquiry/{enquiry}/edit/{field} | Path does not match |
| 46 | app.admin.enquiry.field.create | /admin/enquiry/{enquiry}/new | Path does not match |
| 47 | app.admin.enquiry.disable-enable | /admin/enquiry/delete/{field} | Path does not match |
| 48 | app.admin.enquiry.set-position | /admin/enquiry/{field}/set-position | Path does not match |
| 49 | app.admin.event.listener.list | /admin/event-listener/list | Path does not match |
| 50 | app.admin.event.listener.edit | /admin/event-listener/edit/{eventListener} | Path does not match |
| 51 | app.admin.event.listener.create | /admin/event-listener/new | Path does not match |
| 52 | app.admin.event.listener.delete | /admin/event-listener/delete/{eventListener} | Path does not match |
| 53 | app.admin.food.tag.list | /admin/foods/tag/list | Path does not match |
| 54 | app.admin.food.tag.edit | /admin/foods/tag/edit/{tag} | Path does not match |
| 55 | app.admin.food.tag.create | /admin/foods/tag/new | Path does not match |
| 56 | app.admin.food.tag.delete | /admin/foods/tag/delete/{tag} | Path does not match |
| 57 | app.forum-category.list | /admin/forum-category/list | Path does not match |
| 58 | app.forum-category.edit | /admin/forum-categoryedit/{category} | Path does not match |
| 59 | app.forum-category.create | /admin/forum-category/new | Path does not match |
| 60 | app.forum-category.delete | /admin/forum-category/delete/{category} | Path does not match |
| 61 | app.forum.inbox | /admin/forum/inbox/{category} | Path does not match |
| 62 | app.forum.enquiry | /admin/forum/enquiry/{enquiry} | Path does not match |
| 63 | app.forum.read | /admin/forum/read/{forum} | Path does not match |
| 64 | app.forum.reply | /admin/forum/reply/{forum} | Path does not match |
| 65 | app.forum.compose | /admin/forum/compose/{enquiry} | Path does not match |
| 66 | app.forum.template.enquiry | /admin/forum/ajax/template/{template}/enquiry/{enquiry} | Path does not match |
| 67 | app.forum.template.forum | /admin/forum/ajax/template/{template}/forum/{forum} | Path does not match |
| 68 | app.kitchen.home | /admin/kitchen/home | Path does not match |
| 69 | app.kitchen.labels.print | /admin/kitchen/{group}/labels/print | Path does not match |
| 70 | app.kitchen.list.print | /admin/kitchen/{group}/list/print | Path does not match |
| 71 | app.kitchen.day.delete | /admin/kitchen/{group}/day/{day}/delete | Path does not match |
| 72 | app.kitchen.export.coordinates | /admin/kitchen/{group}/{delivery}/coordinates/export | Path does not match |
| 73 | app.kitchen.export.drive-plan | /admin/kitchen/{group}/drive-plan/export | Path does not match |
| 74 | app.kitchen.menu.list | /admin/menu/list | Path does not match |
| 75 | app.kitchen.menu.edit | /admin/menu/edit/{menu} | Path does not match |
| 76 | app.kitchen.menu.new | /admin/menu/create | Path does not match |
| 77 | app.admin.notification-template.list | /admin/email-template/list | Path does not match |
| 78 | app.admin.notification-template.edit | /admin/email-template/edit/{template} | Path does not match |
| 79 | app.admin.notification-template.create | /admin/email-template/new | Path does not match |
| 80 | app.admin.notification-template.delete | /admin/email-template/delete/{template} | Path does not match |
| 81 | app.admin.notifications.list | /admin/notifications/list | Path does not match |
| 82 | app.admin.notifications.redirect | /admin/notifications/{notification}/redirect | Path does not match |
| 83 | app.admin.notifications.mark-all | /admin/notifications/mark-all-read | Path does not match |
| 84 | app.kitchen.recipe.list | /admin/recipe/list | Path does not match |
| 85 | app.kitchen.recipe.material.search | /admin/recipe/material/search | Path does not match |
| 86 | app.kitchen.recipe.search | /admin/recipe/search | Path does not match |
| 87 | app.kitchen.recipe.edit | /admin/recipe/edit/{recipe} | Path does not match |
| 88 | app.kitchen.recipe.new | /admin/recipe/create | Path does not match |
| 89 | app.admin.register.list | /admin/registrations/{enquiry}/list | Path does not match |
| 90 | app.admin.register.edit | /admin/registrations/{customerEnquiry}/edit | Path does not match |
| 91 | app.admin.register.register | /admin/registrations/{enquiry}/register | Path does not match |
| 92 | app.admin.register.delete | /admin/registrations/{enquiry}/delete | Path does not match |
| 93 | app.admin.search | /admin/admins/search | Path does not match |
| 94 | app.admin.settings.list | /admin/settings/list | Path does not match |
| 95 | app.admin.settings.edit | /admin/settings/edit/{settings} | Path does not match |
| 96 | app.homapage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.