Skip to content

Commit

Permalink
removed swagger
Browse files Browse the repository at this point in the history
Signed-off-by: Tanmay Vaij <tanmayvaij22@gmail.com>
  • Loading branch information
tanmayvaij committed Jun 14, 2024
1 parent 6c3fc52 commit 8c7b3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routers/auth.router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ import { passwordHasher, verifyToken } from "../middlewares";
export const authRouter = Router();

authRouter.route("/sign-up").post(passwordHasher, signUp);

authRouter.route("/sign-in").post(signIn);

authRouter.route("/verify-user").get(verifyToken, verifyUser);

0 comments on commit 8c7b3cc

Please sign in to comment.