setRating.view implemented

This commit is contained in:
Deluan 2016-03-23 19:37:48 -04:00
parent d59394c653
commit fc8bb34ae3
4 changed files with 59 additions and 0 deletions

View file

@ -33,6 +33,7 @@ func mapEndpoints() {
beego.NSRouter("/scrobble.view", &api.MediaAnnotationController{}, "*:Scrobble"),
beego.NSRouter("/star.view", &api.MediaAnnotationController{}, "*:Star"),
beego.NSRouter("/unstar.view", &api.MediaAnnotationController{}, "*:Unstar"),
beego.NSRouter("/setRating.view", &api.MediaAnnotationController{}, "*:SetRating"),
beego.NSRouter("/getAlbumList.view", &api.AlbumListController{}, "*:GetAlbumList"),
beego.NSRouter("/getStarred.view", &api.AlbumListController{}, "*:GetStarred"),