mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
- Frontend restriction shared page
This commit is contained in:
11
resources/js/routes/routesIndex.js
vendored
11
resources/js/routes/routesIndex.js
vendored
@@ -30,7 +30,16 @@ const routesIndex = [
|
||||
name: 'NotFound',
|
||||
path: '/not-found',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/not-found-shared" */ '../views/NotFound'),
|
||||
import(/* webpackChunkName: "chunks/not-found" */ '../views/NotFound'),
|
||||
meta: {
|
||||
requiresAuth: false
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'TemporaryUnavailable',
|
||||
path: '/temporary-unavailable',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/temporary-unavailable" */ '../views/TemporaryUnavailable'),
|
||||
meta: {
|
||||
requiresAuth: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user