11 lines
257 B
C#
11 lines
257 B
C#
namespace FlexitimeAPI.Models
|
|
{
|
|
public class AppSettings
|
|
{
|
|
public AppSettings()
|
|
{
|
|
Secret = "JiminiyCricket|{08EBD219-AABA-4C33-8312-AE93EECE77D2}";
|
|
}
|
|
public string Secret { get; set; }
|
|
}
|
|
} |