mirror of
https://github.com/beego/bee.git
synced 2024-11-23 22:10:54 +00:00
Fix pro path
This commit is contained in:
parent
cdb41fad3f
commit
c693549cc6
@ -30,7 +30,7 @@ var DefaultBeegoPro = &Container{
|
|||||||
ApiPrefix: "/api",
|
ApiPrefix: "/api",
|
||||||
EnableModule: nil,
|
EnableModule: nil,
|
||||||
Models: make(map[string]TextModel),
|
Models: make(map[string]TextModel),
|
||||||
GitRemotePath: "https://github.com/beego/beego/v2-pro.git",
|
GitRemotePath: "https://github.com/beego/beego-pro.git",
|
||||||
Branch: "master",
|
Branch: "master",
|
||||||
GitLocalPath: system.BeegoHome + "/beego-pro",
|
GitLocalPath: system.BeegoHome + "/beego-pro",
|
||||||
EnableFormat: true,
|
EnableFormat: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user