Skip to content

Commit

Permalink
Merge pull request #8 from SprintCV-S24/jg-duplicate-check-route
Browse files Browse the repository at this point in the history
changed route name
  • Loading branch information
jackgarritano authored Apr 13, 2024
2 parents 36b6ca5 + 27eee2f commit ef1533b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/root.router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ router.use("/headings", headingRouter);
router.use("/projects", projectRouter);
router.use("/resumes", resumeRouter);
router.use("/sectionHeadings", sectionHeadingRouter);
router.use("/sectionHeadings", duplicateRouter);
router.use("/duplicateNames", duplicateRouter);

0 comments on commit ef1533b

Please sign in to comment.