mirror of
https://github.com/beego/bee.git
synced 2025-06-11 03:10:40 +00:00
bee new uses go mod by default
This commit is contained in:
@ -26,7 +26,7 @@ var DefaultBeegoPro = &Container{
|
||||
Dsn: "",
|
||||
Driver: "mysql",
|
||||
ProType: "default",
|
||||
ApiPrefix: "/",
|
||||
ApiPrefix: "/api",
|
||||
EnableModule: nil,
|
||||
Models: make(map[string]TextModel, 0),
|
||||
GitRemotePath: "https://github.com/beego-dev/beego-pro.git",
|
||||
|
Reference in New Issue
Block a user