TomatenMusic-V2/TomatenMusic/Auth/Helpers/AppSettings.cs

6 lines
109 B
C#
Raw Permalink Normal View History

2022-03-29 22:12:22 +02:00
namespace TomatenMusic_Api.Auth.Helpers;
public class AppSettings
{
public string Secret { get; set; }
}