Skip to content

Commit

Permalink
rr
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaniog committed Sep 2, 2024
1 parent c795be0 commit 27a31e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ func SetupRouter(r *gin.Engine) {

r.GET("/find-hub/:mod", HandleFindHub)
r.GET("/ws/play/:id", HandlePlay)
r.GET("/rr", func(c *gin.Context) {
c.Redirect(http.StatusMovedPermanently, "https://www.youtube.com/watch?v=xvFZjo5PgG0")
})
}

func HandleFindHub(c *gin.Context) {
Expand Down

0 comments on commit 27a31e0

Please sign in to comment.