aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/admin/org_repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/admin/org_repo.go')
-rw-r--r--routers/api/v1/admin/org_repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/admin/org_repo.go b/routers/api/v1/admin/org_repo.go
index 050f4577..02ff35ba 100644
--- a/routers/api/v1/admin/org_repo.go
+++ b/routers/api/v1/admin/org_repo.go
@@ -7,7 +7,7 @@ package admin
import (
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/models/errors"
- "github.com/gogits/gogs/modules/context"
+ "github.com/gogits/gogs/pkg/context"
)
func GetRepositoryByParams(ctx *context.APIContext) *models.Repository {