Backend/TCM_API/Helpers/AppSettings.cs

6 lines
96 B
C#
Raw Normal View History

2025-02-19 20:10:10 +08:00
namespace TCM_API.Helpers;
public class AppSettings
{
public string? Secret { get; set; }
}