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