Ejemplo n.º 1
0
func defaultHandler(c *gin.Context) {
	c.Redirect(302, "/web/index.html")
}
Ejemplo n.º 2
0
func index(c *gin.Context) {
	c.Redirect(301, "/room/hn")
}