Skip to content

Commit d4ff041

Browse files
committed
fix : signup 소문자로
1 parent af1c584 commit d4ff041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srcs/auth/auth.route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ authRouter.get("/google/callback", handleGoogleAuth);
3636

3737
authRouter.post("/refresh", handleTokenRefresh);
3838

39-
authRouter.post("/signUp", signupUser);
39+
authRouter.post("/signup", signupUser);
4040
authRouter.post("/login", loginUser);
4141

4242
authRouter.use(authenticateToken);

0 commit comments

Comments
 (0)