Fixes the 500

This commit is contained in:
Paul Schneider 2022-04-16 01:30:33 +01:00
commit ce8b7bcdb3
3 changed files with 1 additions and 5 deletions

View file

@ -13,7 +13,6 @@ namespace isnd.Controllers
public IActionResult NewRelease(NewReleaseInfo version)
{
throw new NotImplementedException("web hook");
return View(version);
}
}
}