Skip to content

Commit

Permalink
fix: reset password url
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Mar 24, 2024
1 parent 8a00e46 commit 015013c
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 @@ -139,7 +139,7 @@ func main() {
//r.PostAuth("/me", authHandler.Validate)
r.PostAuth("/refreshToken", authHandler.RefreshToken)
r.PostAuth("/forgot-password", authHandler.ForgotPassword)
r.PutAuth("/reset-password", authHandler.ResetPassword)
r.PutAuth("/admin/reset-password", authHandler.ResetPassword)

r.GetHealthCheck("", hc.HealthCheck)

Expand Down

0 comments on commit 015013c

Please sign in to comment.