Пример #1
0
func defaultHandler(c *gin.Context) {
	c.Redirect(302, "/web/index.html")
}
Пример #2
0
func index(c *gin.Context) {
	c.Redirect(301, "/room/hn")
}