mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
[Authorize(OmbiRoles.EditCustomPage)]
|
[Authorize(Roles = OmbiRoles.EditCustomPage)]
|
||||||
public async Task<bool> CustomPageSettings([FromBody] CustomPageSettings page)
|
public async Task<bool> CustomPageSettings([FromBody] CustomPageSettings page)
|
||||||
{
|
{
|
||||||
return await Save(page);
|
return await Save(page);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue