mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Remove store integrations list page (#4816)
Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
@@ -16,12 +16,6 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
public partial class UIStoresController
|
||||
{
|
||||
[HttpGet("{storeId}/plugins")]
|
||||
public IActionResult Plugins()
|
||||
{
|
||||
return View("Plugins", new PluginsViewModel());
|
||||
}
|
||||
|
||||
private async Task<Data.WebhookDeliveryData?> LastDeliveryForWebhook(string webhookId)
|
||||
{
|
||||
return (await _Repo.GetWebhookDeliveries(CurrentStore.Id, webhookId, 1)).ToList().FirstOrDefault();
|
||||
|
||||
Reference in New Issue
Block a user