fix(appsettings): move JsonSerializerDateFormat

This commit is contained in:
2025-08-15 14:14:47 +02:00
parent 3082c0b77c
commit 1ed1937c40
2 changed files with 3 additions and 5 deletions

View File

@@ -6,8 +6,6 @@ public class ClientOptions
{
public string? BaseAddress { get; set; }
public string? ApiKey { get; set; }
public TimeSpan? Timeout { get; set; }
public Dictionary<string, string?>? DefaultQueryStrings { get; set; }