source: backend/Helpers/AppSettings.cs@ 057037b

Last change on this file since 057037b was b66b3ac, checked in by Danilo <danilo.najkov@…>, 2 years ago

Add project files.

  • Property mode set to 100644
File size: 95 bytes
Line 
1namespace backend.Helpers;
2
3public class AppSettings
4{
5 public string Secret { get; set; }
6}
Note: See TracBrowser for help on using the repository browser.