Skip to content
Snippets Groups Projects
Commit 94375db9 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu Committed by Joe Van Boxtel
Browse files

adds route to view dars work on dev

parent 9e2f189a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ const routes: Routes = [
path: 'dars',
component: DARSViewComponent,
},
{
path: 'dars-beta',
component: DARSViewComponent,
},
{
path: '',
resolve: { constants: ConstantsService },
......
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