[CST-5535] test cases added.

This commit is contained in:
Pratik Rajkotiya
2022-04-05 18:46:58 +05:30
parent 108f6e60f9
commit 392d0e366d
11 changed files with 334 additions and 21 deletions

View File

@@ -210,8 +210,8 @@ import { ServerCheckGuard } from './core/server-check/server-check.guard';
},
{
path: 'health',
loadChildren: () => import('./health-page/health.routing.module')
.then((m) => m.HealthPageRoutingModule)
loadChildren: () => import('./health-page/health.module')
.then((m) => m.HealthModule)
},
{
path: ACCESS_CONTROL_MODULE_PATH,