mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
createPlaylist
This commit is contained in:
parent
5b2ecc39ca
commit
52850c6ef0
4 changed files with 48 additions and 2 deletions
|
@ -41,6 +41,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("/getUser.view", &api.UsersController{}, "*:GetUser"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue