Merge pull request #1 from epicsagas/epicsagas-patch-1

fix: change site url on default controller
This commit is contained in:
Sangseng Lee 2022-07-29 10:37:12 +09:00 committed by GitHub
commit 8c91192dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}