mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
refactor
This commit is contained in:
10
server/web/msx/route.go
Normal file
10
server/web/msx/route.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package msx
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func SetupRoute(route *gin.RouterGroup) {
|
||||
route.GET("/msx/start.json", msxStart)
|
||||
route.GET("/msx/torrents", msxTorrents)
|
||||
route.GET("/msx/playlist", msxPlaylist)
|
||||
route.GET("/msx/playlist/*fname", msxPlaylist)
|
||||
}
|
||||
Reference in New Issue
Block a user