diff options
Diffstat (limited to 'cmd/serv.go')
-rw-r--r-- | cmd/serv.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/serv.go b/cmd/serv.go index d89ad5bd..dd4c1217 100644 --- a/cmd/serv.go +++ b/cmd/serv.go @@ -19,7 +19,7 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/models/errors" "github.com/gogits/gogs/pkg/setting" - http "github.com/gogits/gogs/routers/repo" + http "github.com/gogits/gogs/routes/repo" ) const ( |