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 {
c.JSON(http.StatusInternalServerError, gin.H{
"message": "error",
"app": c.Param("app"),
"error": "no app found",
})
}