Skip to content

Commit

Permalink
fix: method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Dec 27, 2023
1 parent 9188313 commit f836e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func main() {
r.PutUser("/", userHandler.Update)

r.PostAuth("/signup", authHandler.Signup)
r.PostAuth("/signin", authHandler.Signin)
r.PostAuth("/signin", authHandler.SignIn)
r.PostAuth("/signout", authHandler.Signout)
r.PostAuth("/me", authHandler.Validate)
r.PostAuth("/refreshToken", authHandler.RefreshToken)
Expand Down

0 comments on commit f836e56

Please sign in to comment.