add list playlists
This commit is contained in:
parent
79a6049a91
commit
bddc82399b
3 changed files with 33 additions and 0 deletions
|
@ -91,6 +91,8 @@ func main() {
|
|||
|
||||
g.GET("/queue/delete/:song_id", deleteTrackFromQueue)
|
||||
|
||||
g.GET("/playlists", listPlaylists)
|
||||
|
||||
g.GET("/download", downloadTrack)
|
||||
|
||||
e.GET("/ws", wsServe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue