diff --git a/src/routes/routes.go b/src/routes/routes.go index 06a6c15..ddb7462 100644 --- a/src/routes/routes.go +++ b/src/routes/routes.go @@ -11,7 +11,7 @@ func SetupRoutes(r *gin.Engine) { // Public routes auth := r.Group("/auth") { - auth.POST("/register", handlers.Register) + // auth.POST("/register", handlers.Register) auth.POST("/login", handlers.Login) }