btcpayserver/BTCPayServer/App/BTCPayAppHub.cs

8 lines
166 B
C#
Raw Normal View History

2023-07-03 09:56:00 +02:00
using BTCPayApp.CommonServer;
using Microsoft.AspNetCore.SignalR;
namespace BTCPayServer.Controllers;
public class BTCPayAppHub : Hub<IBTCPayAppServerClient>
{
}