summaryrefslogtreecommitdiff
path: root/internal/api/client/preferences
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2025-04-26 15:34:10 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 11:55:15 +0200
commit27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch)
treedc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /internal/api/client/preferences
parent[chore] Set up Github to be a mirror (diff)
downloadgotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/api/client/preferences')
-rw-r--r--internal/api/client/preferences/preferences.go2
-rw-r--r--internal/api/client/preferences/preferencesget.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/internal/api/client/preferences/preferences.go b/internal/api/client/preferences/preferences.go
index 4a1ba8fe6..4a185388d 100644
--- a/internal/api/client/preferences/preferences.go
+++ b/internal/api/client/preferences/preferences.go
@@ -20,8 +20,8 @@ package preferences
import (
"net/http"
+ "code.superseriousbusiness.org/gotosocial/internal/processing"
"github.com/gin-gonic/gin"
- "github.com/superseriousbusiness/gotosocial/internal/processing"
)
const (
diff --git a/internal/api/client/preferences/preferencesget.go b/internal/api/client/preferences/preferencesget.go
index 20cfc7d36..06485f53a 100644
--- a/internal/api/client/preferences/preferencesget.go
+++ b/internal/api/client/preferences/preferencesget.go
@@ -20,9 +20,9 @@ package preferences
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"
)
// PreferencesGETHandler swagger:operation GET /api/v1/preferences preferencesGet