diff options
Diffstat (limited to 'internal/api/client/notifications/notificationget.go')
-rw-r--r-- | internal/api/client/notifications/notificationget.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/notifications/notificationget.go b/internal/api/client/notifications/notificationget.go index 98e32498b..551eeca39 100644 --- a/internal/api/client/notifications/notificationget.go +++ b/internal/api/client/notifications/notificationget.go @@ -83,5 +83,5 @@ func (m *Module) NotificationGETHandler(c *gin.Context) { return } - c.JSON(http.StatusOK, resp) + apiutil.JSON(c, http.StatusOK, resp) } |