fix(appsettings): move JsonSerializerDateFormat
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user