From 277667ee1e07c2b2e50e9cd2599f2f7e7b6aac05 Mon Sep 17 00:00:00 2001 From: jedi Date: Sat, 15 Jun 2024 17:27:54 +0200 Subject: [PATCH] stash --- web/src/router.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/router.js b/web/src/router.js index a2950b1..4ba0a23 100644 --- a/web/src/router.js +++ b/web/src/router.js @@ -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'} } ]