소스 검색

Update BaseController.go

fix bug, change wrong import
Ben Stone 4 년 전
부모
커밋
0d5d2e4b38
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      controllers/BaseController.go

+ 3 - 3
controllers/BaseController.go

@@ -10,9 +10,9 @@ import (
 	"time"
 
 	"github.com/astaxie/beego"
-	"github.com/lifei6671/mindoc/conf"
-	"github.com/lifei6671/mindoc/models"
-	"github.com/lifei6671/mindoc/utils"
+	"github.com/mindoc-org/mindoc/conf"
+	"github.com/mindoc-org/mindoc/models"
+	"github.com/mindoc-org/mindoc/utils"
 	"html/template"
 	"io/ioutil"
 	"path/filepath"