This commit is contained in:
j3d1 2024-06-15 17:27:54 +02:00
parent 2968e6a387
commit 277667ee1e

View file

@ -80,11 +80,11 @@ const routes = [
{requiresAuth: true, requiresPermission: 'delete_event'}
},
{
path: 'shipping/', name: 'admin_boxes', component: Shipping, meta:
path: 'shipping/', name: 'shipping', component: Shipping, meta:
{requiresAuth: true, requiresPermission: 'delete_event'}
},
{
path: 'notifications/', name: 'admin_boxes', component: Notifications, meta:
path: 'notifications/', name: 'notifications', component: Notifications, meta:
{requiresAuth: true, requiresPermission: 'delete_event'}
}
]