mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
!wip really fixed it
This commit is contained in:
parent
7048f2738a
commit
634928a3af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue