cgars 8 éve
szülő
commit
615ef15f39
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"
 )