示例#1
0
文件: routes.go 项目: aplucche/menu
func index(c *gin.Context) {
	c.Redirect(301, "/room/hn")
}