Web dashboard, task release, logs api

This commit is contained in:
simon987
2019-01-21 20:16:30 -05:00
parent 0346dd8b6b
commit cbd32daf02
65 changed files with 13430 additions and 114 deletions

View File

@@ -17,8 +17,8 @@ func main() {
config.SetupConfig()
tmpDebugSetup()
webApi := api.New()
webApi.SetupLogger()
tmpDebugSetup()
webApi.Run()
}