blob: 7912418368ca93b98fc636886775ac9343f41c0f (
plain) (
blame)
1
2
3
4
5
6
7
|
namespace IOL.GreatOffice.Api.Data.Static;
public static class AppHeaders
{
public const string BROWSER_TIME_ZONE = "X-TimeZone";
public const string VAULT_TOKEN = "X-Vault-Token";
}
|