This commit is contained in:
YouROK
2021-09-08 23:08:08 +03:00
parent fb60b02e84
commit 49caf0e42d
4 changed files with 23 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ import (
"time"
"github.com/gin-gonic/gin"
sets "server/settings"
"server/torr"
)
@@ -38,11 +37,6 @@ func SetupRoute(route *gin.RouterGroup) {
route.GET("/playlistall/all.m3u", allPlayList)
route.GET("/playlist", playList)
route.GET("/playlist/*fname", playList)
route.GET("/msx/start.json", msxStart)
route.GET("/msx/torrents", msxTorrents)
route.GET("/msx/playlist", msxPlaylist)
route.GET("/msx/playlist/*fname", msxPlaylist)
}
func shutdown(c *gin.Context) {