sledgemapper/Sledgemapper.Api/JwtConfig.cs
2021-02-20 00:18:07 +00:00

7 lines
112 B
C#

namespace Sledgemapper.Api
{
public class JwtConfig
{
public string Secret { get; set; }
}
}