Merge branch 'main' of gitlab.com:XenGi/sanic
This commit is contained in:
commit
2c2efaaca2
3 changed files with 115 additions and 1 deletions
|
@ -92,6 +92,9 @@ func main() {
|
|||
g.GET("/queue/:song_id/delete", deleteTrackFromQueue)
|
||||
g.GET("/queue/:song_id/move/:position", moveTrackInQueue)
|
||||
|
||||
g.GET("/playlists", listPlaylists)
|
||||
g.GET("/playlists/:name", listPlaylist)
|
||||
|
||||
g.GET("/download", downloadTrack)
|
||||
|
||||
e.GET("/ws", wsServe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue