6 lines
119 B
C#
6 lines
119 B
C#
namespace Newsbot.Collector.Domain.Models.Config;
|
|
|
|
public class JwtSettings
|
|
{
|
|
public string? Secret { get; set; }
|
|
} |