summaryrefslogtreecommitdiff
path: root/internal/api/client/customemojis/customemojisget.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/customemojis/customemojisget.go')
-rw-r--r--internal/api/client/customemojis/customemojisget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/customemojis/customemojisget.go b/internal/api/client/customemojis/customemojisget.go
index f9a529114..be595afd7 100644
--- a/internal/api/client/customemojis/customemojisget.go
+++ b/internal/api/client/customemojis/customemojisget.go
@@ -71,5 +71,5 @@ func (m *Module) CustomEmojisGETHandler(c *gin.Context) {
return
}
- c.JSON(http.StatusOK, emojis)
+ apiutil.JSON(c, http.StatusOK, emojis)
}