aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Models/Static/AppHeaders.cs
blob: d534aba98d3f41041ffe11490b888f99550d03df (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 IS_KNOWN_PROBLEM = "X-IsKnownProblem";
}