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

@@ -12,6 +12,7 @@ func TestMain(m *testing.M) {
config.SetupConfig()
testApi := api.New()
testApi.SetupLogger()
testApi.Database.Reset()
go testApi.Run()