Upgrade to .NET Core 2.1

This commit is contained in:
nicolas.dorier
2018-05-08 17:57:53 +09:00
parent 70c98b6901
commit bba268b5e2
41 changed files with 146 additions and 139 deletions

View File

@@ -162,6 +162,7 @@ namespace BTCPayServer.Controllers
[HttpPost]
[Route("{appId}/pos")]
[IgnoreAntiforgeryToken]
public async Task<IActionResult> ViewPointOfSale(string appId, double amount, string choiceKey)
{
var app = await GetApp(appId, AppType.PointOfSale);