Skip to content
Snippets Groups Projects
Commit 939b3284 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add rout

parent 21356c34
No related branches found
No related tags found
1 merge request!527NCM: service call
......@@ -5,7 +5,7 @@ import {devRoutes} from './dev/dev.routes';
import {errorRoutes} from './error-pages/error-pages.routes';
import {gmmRoutes} from './gmm/gmm.routes';
import {hazardRoutes} from './hazard/hazard.routes';
// import {ncmRoutes} from './ncm/ncm.routes';
import {ncmRoutes} from './ncm/ncm.routes';
import {sourceRoutes} from './source/source.routes';
/**
......@@ -19,10 +19,10 @@ const routes: Routes = [
path: '',
},
// NCM applications
// {
// children: ncmRoutes(),
// path: 'ncm',
// },
{
children: ncmRoutes(),
path: 'ncm',
},
// Design maps applications
{
children: designMapsRoutes(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment