瀏覽代碼

rourte fix

cgars 8 年之前
父節點
當前提交
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"
 	"github.com/gogits/gogs/models/errors"
 	"github.com/gogits/gogs/models/errors"
 	"github.com/gogits/gogs/pkg/setting"
 	"github.com/gogits/gogs/pkg/setting"
-	http "github.com/gogits/gogs/routers/repo"
+	http "github.com/gogits/gogs/routes/repo"
 	"syscall"
 	"syscall"
 )
 )