xyxie hai 1 mes
pai
achega
815a50e1a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ func main() {
 		beego.BConfig.WebConfig.DirectoryIndex = true
 		beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
 	}
-	//	services.EtaForumChartUpdate()
+	//services.ChartInfoSaveBatch(true)
 	go services.Task()
 	beego.Run()
 }