fix api app activate

This commit is contained in:
shoopea
2026-01-10 12:08:30 +01:00
parent 1c2bac4116
commit 8fdaba6fc7
2 changed files with 5 additions and 4 deletions

1
api.go
View File

@@ -436,6 +436,7 @@ func ApiAppActivate(c *gin.Context) {
}
cfg.apps[app.Name] = a
app.Active = true
}
}

View File

@@ -1,7 +1,7 @@
// Code generated by version.sh (@generated) DO NOT EDIT.
package main
var githash = "551651b"
var githash = "1c2bac4"
var branch = "master"
var buildstamp = "2026-01-10_11:02:11"
var commits = "133"
var version = "551651b-b133 - 2026-01-10_11:02:11"
var buildstamp = "2026-01-10_11:08:28"
var commits = "134"
var version = "1c2bac4-b134 - 2026-01-10_11:08:28"