Authorizations

This commit is contained in:
Paul Schneider 2025-08-18 11:27:13 +01:00
commit 997c39703a
13 changed files with 34 additions and 28 deletions

View file

@ -5,7 +5,7 @@ using Yavsc.Controllers.Generic;
namespace Yavsc.Controllers
{
[Authorize(Roles="Performer")]
[Authorize("Performer")]
public class BrusherProfileController : SettingsController<BrusherProfile>
{
public BrusherProfileController(ApplicationDbContext context) : base(context)