fix(webui): add missing admin guard for history view

This commit is contained in:
Gauthier Roebroeck 2025-02-14 10:14:18 +08:00
parent 77c1069200
commit b5928ebf26

View file

@ -152,6 +152,7 @@ const router = new Router({
{
path: '/history',
name: 'history',
beforeEnter: adminGuard,
component: () => import(/* webpackChunkName: "history" */ './views/HistoryView.vue'),
},
{