diff --git a/projects/nshmp-apps/src/app/dev/dev.routes.ts b/projects/nshmp-apps/src/app/dev/dev.routes.ts index 809e547e7c151dc5b97886d968897e0c44d8756e..b994ff493120f42dcddcb14a01420d4e706e7ea7 100644 --- a/projects/nshmp-apps/src/app/dev/dev.routes.ts +++ b/projects/nshmp-apps/src/app/dev/dev.routes.ts @@ -1,6 +1,5 @@ import {Routes} from '@angular/router'; -import {devAwsRoutes} from './aws/aws.routes'; import {devGmmRoutes} from './gmm/gmm.routes'; import {devHazardRoutes} from './hazard/hazard.routes'; import {devMathRoutes} from './math/math.routes'; @@ -15,13 +14,6 @@ const routes: Routes = [ import('./dashboard/app.component').then(com => com.AppComponent), path: '', }, - // AWS applications - { - // canActivate: [NetworkGuard], - // TODO add back auth when ipv6 issue is solved - children: devAwsRoutes(), - path: 'aws', - }, // Math applications { children: devMathRoutes(),