summaryrefslogtreecommitdiff
path: root/internal/api/client/lists/listget.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/lists/listget.go')
-rw-r--r--internal/api/client/lists/listget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/lists/listget.go b/internal/api/client/lists/listget.go
index f8dc54eb1..34b21d28b 100644
--- a/internal/api/client/lists/listget.go
+++ b/internal/api/client/lists/listget.go
@@ -91,5 +91,5 @@ func (m *Module) ListGETHandler(c *gin.Context) {
return
}
- c.JSON(http.StatusOK, resp)
+ apiutil.JSON(c, http.StatusOK, resp)
}