add drag and drop builder
This commit is contained in:
@@ -20,5 +20,10 @@ export const routes: Routes = [
|
||||
loadComponent: () => import('./dashboard/dashboard.component').then(m => m.DashboardComponent),
|
||||
canActivate: [AuthGuard],
|
||||
},
|
||||
{
|
||||
path: 'builder/:siteId',
|
||||
loadComponent: () => import('./builder/builder.component').then(m => m.BuilderComponent),
|
||||
canActivate: [AuthGuard],
|
||||
},
|
||||
{ path: '**', redirectTo: '/dashboard' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user