diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-05-05 11:55:15 +0200 | |
| commit | 27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch) | |
| tree | dc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /internal/api/wellknown/hostmeta | |
| parent | [chore] Set up Github to be a mirror (diff) | |
| download | gotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz | |
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/api/wellknown/hostmeta')
| -rw-r--r-- | internal/api/wellknown/hostmeta/hostmeta.go | 4 | ||||
| -rw-r--r-- | internal/api/wellknown/hostmeta/hostmetaget.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/internal/api/wellknown/hostmeta/hostmeta.go b/internal/api/wellknown/hostmeta/hostmeta.go index 43c6b161e..b0967bfb1 100644 --- a/internal/api/wellknown/hostmeta/hostmeta.go +++ b/internal/api/wellknown/hostmeta/hostmeta.go @@ -20,9 +20,9 @@ package hostmeta import ( "net/http" + "code.superseriousbusiness.org/gotosocial/internal/middleware" + "code.superseriousbusiness.org/gotosocial/internal/processing" "github.com/gin-gonic/gin" - "github.com/superseriousbusiness/gotosocial/internal/middleware" - "github.com/superseriousbusiness/gotosocial/internal/processing" ) const ( diff --git a/internal/api/wellknown/hostmeta/hostmetaget.go b/internal/api/wellknown/hostmeta/hostmetaget.go index 131e2ac58..c6676cabe 100644 --- a/internal/api/wellknown/hostmeta/hostmetaget.go +++ b/internal/api/wellknown/hostmeta/hostmetaget.go @@ -20,9 +20,9 @@ package hostmeta import ( "net/http" + apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" "github.com/gin-gonic/gin" - apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" ) // HostMetaGETHandler swagger:operation GET /.well-known/host-meta hostMetaGet |
