Skip to content

Commit 994eadd

Browse files
U22
1 parent cd765d5 commit 994eadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/auth.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import passport from "passport";
55
const router = Router();
66

77
router.post("/signin", signIn);
8-
router.post("signup", signUp);
8+
router.post("/signup", signUp);
99
router.get(
1010
"/profile",
1111
passport.authenticate("jwt", { session: false }),

0 commit comments

Comments
 (0)