Yi hace 10 meses
padre
commit
169b9cdd2d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      http/route/root.go

+ 0 - 2
http/route/root.go

@@ -13,8 +13,6 @@ func Root(opts ...func(engine *gin.Engine)) func(s *gin.Engine) {
 		for _, opt := range opts {
 			opt(s)
 		}
-
-		// common middleware
 		s.Use(
 			middleware.CORS(),
 			middleware.Pagination(),