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