mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
implemented subscription page
This commit is contained in:
10
resources/js/routes/routesAdmin.js
vendored
10
resources/js/routes/routesAdmin.js
vendored
@@ -29,6 +29,16 @@ const routesAdmin = [
|
||||
title: 'routes_title.invoices'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Subscriptions',
|
||||
path: '/admin/subscriptions',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/subscriptions" */ '../views/Admin/Subscriptions'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Subscriptions'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Pages',
|
||||
path: '/admin/pages',
|
||||
|
||||
Reference in New Issue
Block a user