Skip to content

Commit

Permalink
Merge pull request #227 from bcgov/dev-AA-3657
Browse files Browse the repository at this point in the history
#3657 fix  PERSONAL request submit issue wtih CPC
  • Loading branch information
abin-aot authored Apr 14, 2023
2 parents f6a630f + 40be82a commit a4c7a17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ const routes: Routes = [
{ path: 'personal/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/youthincarechild/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/childprotectionparent/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/childprotectionparent/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/childprotectionchild/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/youthincareparent/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/fosterparent/adoptive-parents', component: AdoptiveParentsComponent },
{ path: 'personal/adoption/adoptive-parents', component: AdoptiveParentsComponent },

{ path: 'personal/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/youthincarechild/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/childprotectionparent/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/childprotectionparent/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/childprotectionchild/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/youthincareparent/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/fosterparent/contact-info-options', component: ContactInfoOptionsComponent },
{ path: 'personal/adoption/contact-info-options', component: ContactInfoOptionsComponent },
Expand All @@ -102,15 +102,15 @@ const routes: Routes = [
{ path: 'personal/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/youthincarechild/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/childprotectionparent/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/childprotectionparent/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/childprotectionchild/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/youthincareparent/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/fosterparent/review-submit', component: ReviewSubmitComponent },
{ path: 'personal/adoption/review-submit', component: ReviewSubmitComponent },

{ path: 'personal/submit-complete', component: ReviewSubmitCompleteComponent},
{ path: 'personal/youthincarechild/submit-complete', component: ReviewSubmitCompleteComponent },
{ path: 'personal/childprotectionparent/submit-complete', component: ReviewSubmitCompleteComponent },
{ path: 'personal/childprotectionparent/submit-complete', component: ReviewSubmitCompleteComponent },
{ path: 'personal/childprotectionchild/submit-complete', component: ReviewSubmitCompleteComponent },
{ path: 'personal/youthincareparent/submit-complete', component: ReviewSubmitCompleteComponent },
{ path: 'personal/fosterparent/submit-complete', component: ReviewSubmitCompleteComponent },
{ path: 'personal/adoption/submit-complete', component: ReviewSubmitCompleteComponent },
Expand Down

0 comments on commit a4c7a17

Please sign in to comment.