mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 19:02:01 +01:00
10 lines
155 B
C#
10 lines
155 B
C#
using System.Threading.Tasks;
|
|
using Microsoft.AspNetCore.SignalR;
|
|
|
|
namespace BTCPayServer.Hubs
|
|
{
|
|
public class CrowdfundHub: Hub
|
|
{
|
|
|
|
}
|
|
}
|