예제 #1
0
파일: routes.go 프로젝트: kimquy/go-image
func index(c *gin.Context) {
	c.Redirect(301, "/room/hn")
}