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

update routes

parent 520ad4d6
No related branches found
No related tags found
1 merge request!553/ws/nshmp Application
......@@ -80,9 +80,8 @@ const routes: Routes = [
data: {
label: 'Services',
},
loadComponent: () =>
import('./services/app.component').then(com => com.AppComponent),
path: 'services',
redirectTo: 'ws/nshmp',
},
// Error pages for reverse proxy errors
{
......
......@@ -9,7 +9,7 @@ const routes: Routes = [
label: 'Services',
},
loadComponent: () =>
import('./dashboard/app.component').then(com => com.AppComponent),
import('./services/app.component').then(com => com.AppComponent),
path: '',
},
{
......
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