mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
modify the init code
This commit is contained in:
parent
257e25bbc1
commit
43a508309b
@ -120,8 +120,8 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
beego.BeeApp.RegisterController("/", &controllers.MainController{})
|
||||
beego.BeeApp.Run()
|
||||
beego.RegisterController("/", &controllers.MainController{})
|
||||
beego.Run()
|
||||
}
|
||||
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user