Fix pro path

This commit is contained in:
Ming Deng 2020-12-14 13:13:50 +08:00
parent cdb41fad3f
commit c693549cc6
1 changed files with 1 additions and 1 deletions

View File

@ -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,