mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix entity framework queries to work in netcoreapp3.0
This commit is contained in:
@@ -26,6 +26,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace BTCPayServer.Controllers
|
||||
{
|
||||
[Filters.BitpayAPIConstraint(false)]
|
||||
public partial class InvoiceController : Controller
|
||||
{
|
||||
InvoiceRepository _InvoiceRepository;
|
||||
|
||||
Reference in New Issue
Block a user