Skip to content

Commit

Permalink
init forgot password route work
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Feb 12, 2024
1 parent b2874b4 commit 6c42913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/server/routes/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ func Auth(router fiber.Router, authService services.AuthServiceInterface, authSe
auth.Get("/refresh", authController.Refresh)
auth.Get("/me", authController.Me)
auth.Post("/update-password", authController.UpdatePassword)
// auth.Post("/send-token", authController.SendResetToken)
// auth.Post("/reset-password", authController.ResetPassword)
}

0 comments on commit 6c42913

Please sign in to comment.