cgars 8 лет назад
Родитель
Сommit
1ac17e7666
1 измененных файлов с 1 добавлено и 1 удалено
  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"
 )