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",
|
||||
EnableModule: nil,
|
||||
Models: make(map[string]TextModel),
|
||||
GitRemotePath: "https://github.com/beego/beego/v2-pro.git",
|
||||
GitRemotePath: "https://github.com/beego/beego-pro.git",
|
||||
Branch: "master",
|
||||
GitLocalPath: system.BeegoHome + "/beego-pro",
|
||||
EnableFormat: true,
|
||||
|
Loading…
Reference in New Issue
Block a user