btcpayserver/BTCPayServer/CorsPolicies.cs

8 lines
124 B
C#

namespace BTCPayServer
{
public static class CorsPolicies
{
public const string All = "BTCPAY_ALL";
}
}