chore: update sample app to show options pattern usage and verify reload of config works
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
|
||||
|
||||
[JsonSerializable(typeof(ApiOptions))]
|
||||
internal partial class AppJsonContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user