summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts/accountget.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/accounts/accountget.go')
-rw-r--r--internal/api/client/accounts/accountget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/accounts/accountget.go b/internal/api/client/accounts/accountget.go
index 300efe46e..4c1b66a20 100644
--- a/internal/api/client/accounts/accountget.go
+++ b/internal/api/client/accounts/accountget.go
@@ -90,5 +90,5 @@ func (m *Module) AccountGETHandler(c *gin.Context) {
return
}
- c.JSON(http.StatusOK, acctInfo)
+ apiutil.JSON(c, http.StatusOK, acctInfo)
}