Fix alarms

This commit is contained in:
Lucio Maranta
2019-02-12 12:50:55 +01:00
parent bc81d9fe25
commit 8db492a0df
5 changed files with 21 additions and 9 deletions
@@ -16,7 +16,7 @@ namespace Step.Controllers.WebApi
public class FavoriteUserSoftkeyController : ApiController
{
[Route("favorite"), HttpGet]
[WebApiAuthorize(FunctionAccess = FUNCTIONALITY_NAMES.USER_SOFTKEY, Action = ACTIONS.WRITE)]
[WebApiAuthorize(FunctionAccess = FUNCTIONALITY_NAMES.USER_SOFTKEY, Action = ACTIONS.READ)]
public IHttpActionResult GetFavoriteSoftkeys()
{
var identity = User.Identity as ClaimsIdentity;