diff --git a/delivery/controller/users_controller.go b/delivery/controller/users_controller.go index 0e4031d..c1401db 100644 --- a/delivery/controller/users_controller.go +++ b/delivery/controller/users_controller.go @@ -18,7 +18,7 @@ type UsersController struct { func (uc *UsersController) Route() { rg:= uc.rg.Group("/users") - rg.Use(middleware.RateLoginMiddleware()) + // rg.Use(middleware.RateLoginMiddleware()) rg.Use(middleware.CORSMiddleware()) rg.OPTIONS("/login", func(c *gin.Context) { c.Status(http.StatusNoContent)