From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- internal/middleware/throttling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/middleware/throttling.go') diff --git a/internal/middleware/throttling.go b/internal/middleware/throttling.go index 739189b79..f0a2067a5 100644 --- a/internal/middleware/throttling.go +++ b/internal/middleware/throttling.go @@ -34,7 +34,7 @@ import ( "github.com/gin-gonic/gin" - apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util" + apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util" ) // token represents a request that is being processed. -- cgit v1.2.3