Skip to content
Snippets Groups Projects
Commit 6c0c36b6 authored by Kawtar Laariche's avatar Kawtar Laariche
Browse files

#19: remove onBoarding path , solutionId and revisionId from the path

parent d4538939
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ const routeConfig: Routes = [
{ path: 'publishRequest', component: PublishRequestComponent },
{ path: 'qAndA', component: QAndAComponent },
{
path: 'manageMyModel/solutionId/:solutionId/revisionId/:revisionId',
path: 'manageMyModel/:solutionId/:revisionId',
component: ModelManagementComponent,
children: [
{ path: 'shareWithTeam', component: ShareWithTeamPageComponent },
......@@ -135,7 +135,7 @@ const routeConfig: Routes = [
{ path: 'deleteModel', component: DeleteModelPageComponent },
{
path: '',
redirectTo: 'onBoarding',
redirectTo: 'shareWithTeam',
pathMatch: 'full',
},
],
......
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