Marking notification read through js magic

This commit is contained in:
rockstardev
2020-06-10 22:41:52 -05:00
parent bad4c9dc60
commit 0b89598f39
2 changed files with 13 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ namespace BTCPayServer.Controllers
return RedirectToAction(nameof(Index));
}
[HttpGet]
[HttpPost]
public async Task<IActionResult> FlipRead(string id)
{
// TODO: Refactor