コード例 #1
0
ファイル: routes.go プロジェクト: opensdk/gin
func index(c *gin.Context) {
	c.Redirect(301, "/room/hn")
}