Backend/C_shape/WEBAPI/JWT/JWTdemo/Helpers/AppSettings.cs
Lin Weiting c07b6c1706 JWT
2024-05-06 14:09:39 +08:00

8 lines
118 B
C#

namespace JWTdemo.Helpers
{
public class AppSettings
{
public string? Secret { get; set; }
}
}