2020-12-28 15:10:01 +05:30

8 lines
140 B
C#

namespace WebhookClient
{
static class HeaderNames
{
public const string WebHookCheckHeader = "X-eshop-whtoken";
}
}