aboutsummaryrefslogtreecommitdiff
path: root/routes/api/v1/org/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/api/v1/org/team.go')
-rw-r--r--routes/api/v1/org/team.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/org/team.go b/routes/api/v1/org/team.go
index fd92e728..ff2d4a2b 100644
--- a/routes/api/v1/org/team.go
+++ b/routes/api/v1/org/team.go
@@ -5,10 +5,10 @@
package org
import (
- api "github.com/gogits/go-gogs-client"
+ api "github.com/gogs/go-gogs-client"
- "github.com/gogits/gogs/pkg/context"
- "github.com/gogits/gogs/routes/api/v1/convert"
+ "github.com/gogs/gogs/pkg/context"
+ "github.com/gogs/gogs/routes/api/v1/convert"
)
func ListTeams(c *context.APIContext) {