summaryrefslogtreecommitdiff
path: root/internal/api/client/markers
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/markers
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/markers')
-rw-r--r--internal/api/client/markers/markers.go2
-rw-r--r--internal/api/client/markers/markersget.go8
-rw-r--r--internal/api/client/markers/markerspost.go8
3 files changed, 9 insertions, 9 deletions
diff --git a/internal/api/client/markers/markers.go b/internal/api/client/markers/markers.go
index fcf584d12..b6369b797 100644
--- a/internal/api/client/markers/markers.go
+++ b/internal/api/client/markers/markers.go
@@ -20,8 +20,8 @@ package markers
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/markers/markersget.go b/internal/api/client/markers/markersget.go
index f5b70ca68..5706e74cd 100644
--- a/internal/api/client/markers/markersget.go
+++ b/internal/api/client/markers/markersget.go
@@ -20,11 +20,11 @@ package markers
import (
"net/http"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/validate"
"github.com/gin-gonic/gin"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/gotosocial/internal/validate"
)
// MarkersGETHandler swagger:operation GET /api/v1/markers markersGet
diff --git a/internal/api/client/markers/markerspost.go b/internal/api/client/markers/markerspost.go
index e2fffa265..199d370d3 100644
--- a/internal/api/client/markers/markerspost.go
+++ b/internal/api/client/markers/markerspost.go
@@ -20,11 +20,11 @@ package markers
import (
"net/http"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
"github.com/gin-gonic/gin"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- apiutil "github.com/superseriousbusiness/gotosocial/internal/api/util"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)
// MarkersPOSTHandler swagger:operation POST /api/v1/markers markersPost