summaryrefslogtreecommitdiff
path: root/internal/api/wellknown.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/wellknown.go')
-rw-r--r--internal/api/wellknown.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/wellknown.go b/internal/api/wellknown.go
index 63ca48ef7..90e18d637 100644
--- a/internal/api/wellknown.go
+++ b/internal/api/wellknown.go
@@ -33,7 +33,7 @@ type WellKnown struct {
hostMeta *hostmeta.Module
}
-func (w *WellKnown) Route(r router.Router, m ...gin.HandlerFunc) {
+func (w *WellKnown) Route(r *router.Router, m ...gin.HandlerFunc) {
// group .well-known endpoints together
wellKnownGroup := r.AttachGroup(".well-known")