stash
This commit is contained in:
parent
74b16ae82b
commit
ab88e50d82
1 changed files with 2 additions and 2 deletions
|
@ -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'}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue