Added Backup Update

This commit is contained in:
2022-05-24 15:07:31 -05:00
parent eab7a20533
commit 880b858d01
5 changed files with 80 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ func main() {
r.GET("/", index)
r.GET("/api/update", update)
r.GET("/backup.zip", backup)
srv := &http.Server{
Addr: ":2169",
Handler: r,