mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
styling etc
This commit is contained in:
committed by
Aiden McClelland
parent
517251d672
commit
a2103d4307
@@ -27,6 +27,12 @@ const routes: Routes = [
|
||||
canActivate: [AuthGuard, UnmaintenanceGuard],
|
||||
loadChildren: () => import('./pages/maintenance/maintenance.module').then(m => m.MaintenancePageModule),
|
||||
},
|
||||
{
|
||||
path: 'marketplace',
|
||||
canActivate: [AuthGuard, MaintenanceGuard],
|
||||
canActivateChild: [AuthGuard, MaintenanceGuard],
|
||||
loadChildren: () => import('./pages/marketplace-routes/marketplace-routing.module').then(m => m.MarketplaceRoutingModule),
|
||||
},
|
||||
{
|
||||
path: 'notifications',
|
||||
canActivate: [AuthGuard, MaintenanceGuard],
|
||||
|
||||
Reference in New Issue
Block a user