mirror of
				https://github.com/beego/bee.git
				synced 2025-11-03 23:03:27 +00:00 
			
		
		
		
	fix: change site url on default controller
This commit is contained in:
		@@ -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"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user