Skip to content

Commit

Permalink
changed route name
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgarritano committed Apr 13, 2024
1 parent 8ee244a commit 27eee2f
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 27eee2f

Please sign in to comment.