mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
[CST-5535] test cases added.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user