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
}
}