debug app run

This commit is contained in:
shoopea
2026-01-10 11:43:52 +01:00
parent ba418edc51
commit b1a5084f94
2 changed files with 5 additions and 4 deletions

1
api.go
View File

@@ -138,6 +138,7 @@ func ApiRunApp(c *gin.Context) {
} else { } else {
c.JSON(http.StatusInternalServerError, gin.H{ c.JSON(http.StatusInternalServerError, gin.H{
"message": "error", "message": "error",
"app": c.Param("app"),
"error": "no app found", "error": "no app found",
}) })
} }

View File

@@ -1,7 +1,7 @@
// Code generated by version.sh (@generated) DO NOT EDIT. // Code generated by version.sh (@generated) DO NOT EDIT.
package main package main
var githash = "3aa0a85" var githash = "ba418ed"
var branch = "master" var branch = "master"
var buildstamp = "2026-01-10_10:33:26" var buildstamp = "2026-01-10_10:43:42"
var commits = "130" var commits = "131"
var version = "3aa0a85-b130 - 2026-01-10_10:33:26" var version = "ba418ed-b131 - 2026-01-10_10:43:42"