mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-19 19:57:09 +08:00
Update BaseController.go
fix bug, change wrong import
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/astaxie/beego"
|
"github.com/astaxie/beego"
|
||||||
"github.com/lifei6671/mindoc/conf"
|
"github.com/mindoc-org/mindoc/conf"
|
||||||
"github.com/lifei6671/mindoc/models"
|
"github.com/mindoc-org/mindoc/models"
|
||||||
"github.com/lifei6671/mindoc/utils"
|
"github.com/mindoc-org/mindoc/utils"
|
||||||
"html/template"
|
"html/template"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|||||||
Reference in New Issue
Block a user