!wip really fixed it

pull/2814/head
tidusjar 6 years ago
parent 7048f2738a
commit 634928a3af

@ -35,7 +35,7 @@ namespace Ombi.Controllers
/// </summary>
/// <returns></returns>
[HttpPost]
[Authorize(OmbiRoles.EditCustomPage)]
[Authorize(Roles = OmbiRoles.EditCustomPage)]
public async Task<bool> CustomPageSettings([FromBody] CustomPageSettings page)
{
return await Save(page);

Loading…
Cancel
Save