summaryrefslogtreecommitdiff
path: root/internal/web/about.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/about.go')
-rw-r--r--internal/web/about.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/about.go b/internal/web/about.go
index 86c0accda..ebb1ceefa 100644
--- a/internal/web/about.go
+++ b/internal/web/about.go
@@ -33,7 +33,7 @@ const (
func (m *Module) aboutGETHandler(c *gin.Context) {
instance, err := m.processor.InstanceGetV1(c.Request.Context())
if err != nil {
- apiutil.ErrorHandler(c, gtserror.NewErrorInternalError(err), m.processor.InstanceGetV1)
+ apiutil.WebErrorHandler(c, gtserror.NewErrorInternalError(err), m.processor.InstanceGetV1)
return
}