summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts/accountverify.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/accounts/accountverify.go')
-rw-r--r--internal/api/client/accounts/accountverify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/accounts/accountverify.go b/internal/api/client/accounts/accountverify.go
index 97a21e0d8..1799089ab 100644
--- a/internal/api/client/accounts/accountverify.go
+++ b/internal/api/client/accounts/accountverify.go
@@ -73,5 +73,5 @@ func (m *Module) AccountVerifyGETHandler(c *gin.Context) {
return
}
- c.JSON(http.StatusOK, acctSensitive)
+ apiutil.JSON(c, http.StatusOK, acctSensitive)
}