aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/org/team.go')
-rw-r--r--routers/api/v1/org/team.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/org/team.go b/routers/api/v1/org/team.go
index 70f8d84206..0c87ce26b9 100644
--- a/routers/api/v1/org/team.go
+++ b/routers/api/v1/org/team.go
@@ -7,8 +7,8 @@ package org
import (
api "github.com/gogits/go-gogs-client"
- "github.com/gogits/gogs/modules/context"
- "github.com/gogits/gogs/routers/api/v1/convert"
+ "github.com/go-gitea/gitea/modules/context"
+ "github.com/go-gitea/gitea/routers/api/v1/convert"
)
func ListTeams(ctx *context.APIContext) {