liuxiaolong
2020-06-22 e7d405de45a0f9748c9f74688a6e083bddbb62cb
main.go
@@ -12,5 +12,6 @@
      beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
   }
   controllers.Schedule()
   go controllers.ComputeSpaceLeftRealTime()
   beego.Run()
}