summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/repo/flags.go')
-rw-r--r--routers/api/v1/repo/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/flags.go b/routers/api/v1/repo/flags.go
index cbb2c95914..ac5cb2e6d6 100644
--- a/routers/api/v1/repo/flags.go
+++ b/routers/api/v1/repo/flags.go
@@ -6,9 +6,9 @@ package repo
import (
"net/http"
- "code.gitea.io/gitea/modules/context"
api "code.gitea.io/gitea/modules/structs"
"code.gitea.io/gitea/modules/web"
+ "code.gitea.io/gitea/services/context"
)
func ListFlags(ctx *context.APIContext) {