beego pro move to beego group

This commit is contained in:
yitea 2020-07-18 23:08:49 +08:00
parent f3240109bf
commit 4637afa242
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var DefaultBeegoPro = &Container{
ApiPrefix: "/api", ApiPrefix: "/api",
EnableModule: nil, EnableModule: nil,
Models: make(map[string]TextModel, 0), Models: make(map[string]TextModel, 0),
GitRemotePath: "https://github.com/beego-dev/beego-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,