Cleaned up logic

This commit is contained in:
2022-05-25 15:48:06 -05:00
parent a8c5f0a1f0
commit e4cb23b58c
5 changed files with 74 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ func main() {
r.GET("/update", update)
r.GET("/start", startServer)
r.GET("/stop", stopServer)
r.GET("/running", serverRunning)
r.GET("/backup.zip", backup)