Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.BitcoinSwitch/_ViewImports.cshtml
Andrew Camilleri (Kukks) 77a837a436 add bitcoin switch plugin
2025-07-01 21:55:57 +02:00

5 lines
188 B
Plaintext

@using BTCPayServer.Abstractions.Services
@inject Safe Safe
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, BTCPayServer
@addTagHelper *, BTCPayServer.Abstractions