Move over backup and create transfer logic

This commit is contained in:
Dane Everitt
2020-04-05 19:07:16 -07:00
parent 5bb6dff277
commit 03311ecf03
5 changed files with 76 additions and 73 deletions

View File

@@ -36,6 +36,10 @@ func Configure() *gin.Engine {
server.POST("/commands", postServerCommands)
server.POST("/install", postServerInstall)
server.POST("/reinstall", postServerReinstall)
server.POST("/backup", postServerBackup)
server.GET("/archive", getServerArchive)
server.POST("/archive", postServerArchive)
files := server.Group("/files")
{