diff options
Diffstat (limited to 'routers/web/misc/swagger.go')
-rw-r--r-- | routers/web/misc/swagger.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/misc/swagger.go b/routers/web/misc/swagger.go index 72c09a3780..5fddfa8885 100644 --- a/routers/web/misc/swagger.go +++ b/routers/web/misc/swagger.go @@ -7,7 +7,7 @@ import ( "net/http" "code.gitea.io/gitea/modules/base" - "code.gitea.io/gitea/modules/context" + "code.gitea.io/gitea/services/context" ) // tplSwagger swagger page template |