Skip to content

Commit

Permalink
Merge pull request #339 from bcgov/dev-JC-NP-FOIMOD-3405
Browse files Browse the repository at this point in the history
Removed extra line
  • Loading branch information
abin-aot authored Sep 10, 2024
2 parents 0734691 + b8e80db commit 1781523
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ transom
req.log.info("(" + req.method + ")" + req.url);
next();
});

// ************************************************************************
// Handle Captcha routes
// ************************************************************************
Expand Down
2 changes: 0 additions & 2 deletions web/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ const routes: Routes = [
{ path: "general/ige/contact-info-options", component: ContactInfoOptionsComponent },
{ path: "general/ige/review-submit", component: ReviewSubmitComponent },
{ path: "general/ige/submit-complete", component: ReviewSubmitCompleteComponent },

// Personal
{ path: 'personal/select-about', component: SelectAboutComponent },

// Personal / Yourself
{ path: 'personal/verify-your-identity', component: VerifyYourIdentityComponent },
{ path: 'personal/request-topic', component: RequestTopicComponent },
Expand Down

0 comments on commit 1781523

Please sign in to comment.