mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Playlists support (99%) complete!
This commit is contained in:
parent
a27803a4d1
commit
b9952bc3de
7 changed files with 110 additions and 8 deletions
|
@ -42,6 +42,7 @@ func mapEndpoints() {
|
|||
beego.NSRouter("/getPlaylists.view", &api.PlaylistsController{}, "*:GetAll"),
|
||||
beego.NSRouter("/getPlaylist.view", &api.PlaylistsController{}, "*:Get"),
|
||||
beego.NSRouter("/createPlaylist.view", &api.PlaylistsController{}, "*:Create"),
|
||||
beego.NSRouter("/updatePlaylist.view", &api.PlaylistsController{}, "*:Update"),
|
||||
beego.NSRouter("/deletePlaylist.view", &api.PlaylistsController{}, "*:Delete"),
|
||||
|
||||
beego.NSRouter("/getUser.view", &api.UsersController{}, "*:GetUser"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue