We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd765d5 commit 994eaddCopy full SHA for 994eadd
src/routes/auth.routes.ts
@@ -5,7 +5,7 @@ import passport from "passport";
5
const router = Router();
6
7
router.post("/signin", signIn);
8
-router.post("signup", signUp);
+router.post("/signup", signUp);
9
router.get(
10
"/profile",
11
passport.authenticate("jwt", { session: false }),
0 commit comments