This commit is contained in:
j3d1 2024-06-15 17:27:54 +02:00
parent 99e6b9c06d
commit 41af6b8715

View file

@ -77,11 +77,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'}
}
]