add download test fake file

This commit is contained in:
YouROK
2021-12-30 20:17:57 +03:00
parent 4539ba370f
commit 3414f72cdc
2 changed files with 54 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ func SetupRoute(route *gin.RouterGroup) {
route.GET("/playlistall/all.m3u", allPlayList)
route.GET("/playlist", playList)
route.GET("/playlist/*fname", playList)
route.GET("/download/:size", download)
}
func shutdown(c *gin.Context) {