mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-25 07:07:31 +01:00
8 lines
166 B
C#
8 lines
166 B
C#
|
using BTCPayApp.CommonServer;
|
|||
|
using Microsoft.AspNetCore.SignalR;
|
|||
|
|
|||
|
namespace BTCPayServer.Controllers;
|
|||
|
|
|||
|
public class BTCPayAppHub : Hub<IBTCPayAppServerClient>
|
|||
|
{
|
|||
|
}
|