success routing gone

This commit is contained in:
Drew Ansbacher
2021-11-10 12:32:03 -07:00
committed by Aiden McClelland
parent f9bdf1bc71
commit 5cb6aebada

View File

@@ -33,11 +33,6 @@ const routes: Routes = [
loadChildren: () => import('./pages/loading/loading.module').then( m => m.LoadingPageModule),
canActivate: [NavGuard],
},
{
path: 'success',
loadChildren: () => import('./pages/success/success.module').then( m => m.SuccessPageModule),
canActivate: [NavGuard],
},
]
@NgModule({