btcpayserver/BTCPayServer/CorsPolicies.cs

8 lines
124 B
C#
Raw Normal View History

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