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