Skip to content

Commit 5c30b77

Browse files
committed
🔥 Removes user router TODOs
1 parent 481f62f commit 5c30b77

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/routes/userRouter.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ const extractRequestBody = (requestBody: any): UserRegisterDTO => ({
1414

1515
const router = generateBaseRoutes(path, UserController, extractRequestBody)
1616

17-
// TODO: Other additional routes
18-
// router
19-
// .get(`/${path}`, new UserController().getAll)
20-
2117
export default router

0 commit comments

Comments
 (0)