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