mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Use nicer urls, part2 (Fix #921)
This commit is contained in:
@@ -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)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user