implement app run
This commit is contained in:
9
api.go
9
api.go
@@ -25,11 +25,12 @@ func ApiRunApp(c *gin.Context) {
|
||||
"message": "done",
|
||||
})
|
||||
}
|
||||
} else {
|
||||
c.JSON(http.StatusInternalServerError, gin.H{
|
||||
"message": "error",
|
||||
"error": "no app found",
|
||||
})
|
||||
}
|
||||
c.JSON(http.StatusInternalServerError, gin.H{
|
||||
"message": "error",
|
||||
"error": "no app found",
|
||||
})
|
||||
}
|
||||
|
||||
func ApiSave(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user