summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts/profile.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/accounts/profile.go')
-rw-r--r--internal/api/client/accounts/profile.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/api/client/accounts/profile.go b/internal/api/client/accounts/profile.go
index 16c312685..6f9194ba9 100644
--- a/internal/api/client/accounts/profile.go
+++ b/internal/api/client/accounts/profile.go
@@ -21,11 +21,11 @@ import (
"context"
"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"
)
// AccountAvatarDELETEHandler swagger:operation DELETE /api/v1/profile/avatar accountAvatarDelete