diff options
Diffstat (limited to 'internal/api/client/apps/appcreate.go')
-rw-r--r-- | internal/api/client/apps/appcreate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/apps/appcreate.go b/internal/api/client/apps/appcreate.go index ebbc462cd..8aa87c3b3 100644 --- a/internal/api/client/apps/appcreate.go +++ b/internal/api/client/apps/appcreate.go @@ -121,5 +121,5 @@ func (m *Module) AppsPOSTHandler(c *gin.Context) { return } - c.JSON(http.StatusOK, apiApp) + apiutil.JSON(c, http.StatusOK, apiApp) } |