Use nicer urls, part2 (Fix #921)

This commit is contained in:
nicolas.dorier
2022-01-14 20:16:28 +09:00
parent 1fb582c35d
commit b9fdd54538
11 changed files with 54 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ namespace BTCPayServer.Controllers
DescriptionHtml = true,
Description = $"Any application using the API key <strong>{key.Label ?? key.Id}<strong> will immediately lose access.",
Action = "Delete",
ActionUrl = Url.ActionLink(nameof(DeleteAPIKeyPost), values: new { id })
ActionName = nameof(DeleteAPIKeyPost)
});
}