aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Models/Static/AppCookies.cs
blob: 21d8cf05bc886c651b5920c7c70b02cbfeca8499 (plain) (blame)
1
2
3
4
5
6
7
namespace IOL.GreatOffice.Api.Models.Static;

public static class AppCookies
{
    public const string Locale = "go_locale";
    public const string Session = "go_session";
}