mirror of
https://github.com/beego/bee.git
synced 2024-11-21 08:30:54 +00:00
Merge pull request #1 from epicsagas/epicsagas-patch-1
fix: change site url on default controller
This commit is contained in:
commit
8c91192dae
@ -151,7 +151,7 @@ type MainController struct {
|
||||
}
|
||||
|
||||
func (c *MainController) Get() {
|
||||
c.Data["Website"] = "beego.me"
|
||||
c.Data["Website"] = "beego.vip"
|
||||
c.Data["Email"] = "astaxie@gmail.com"
|
||||
c.TplName = "index.tpl"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user