This commit is contained in:
Paul Schneider 2022-04-09 19:53:26 +01:00
commit 1befc2e053
38 changed files with 427 additions and 309 deletions

View file

@ -9,7 +9,7 @@ namespace isnd.Controllers
// TODO Web hook CI
public class NewUpdateController : Controller
{
[Authorize(Policy = Constants.RequireAdminPolicyName)]
[Authorize(Policy = IsndConstants.RequireAdminPolicyName)]
public IActionResult NewRelease(NewReleaseInfo version)
{
throw new NotImplementedException("web hook");