Browse Source

rourte fix

cgars 8 years ago
parent
commit
1ac17e7666
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/serv.go

+ 1 - 1
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"
 	"syscall"
 )