diff options
Diffstat (limited to 'cmd/hook.go')
-rw-r--r-- | cmd/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hook.go b/cmd/hook.go index 602690c6..0ff4a1c6 100644 --- a/cmd/hook.go +++ b/cmd/hook.go @@ -23,7 +23,7 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/pkg/httplib" "github.com/gogits/gogs/pkg/setting" - http "github.com/gogits/gogs/routers/repo" + http "github.com/gogits/gogs/routes/repo" ) var ( |