source:
resTools_backend/backend/Helpers/AppSettings.cs
Last change on this file was 7a983b0, checked in by , 3 years ago | |
---|---|
|
|
File size: 95 bytes |
Line | |
---|---|
1 | namespace backend.Helpers; |
2 | |
3 | public class AppSettings |
4 | { |
5 | public string Secret { get; set; } |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.