refactor(OriginServerParams): Umbenennung von Headers in DefaultHeaders.

This commit is contained in:
Developer 02 2025-01-30 11:46:57 +01:00
parent 7189b39d6b
commit d8ee61d107
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
{
public required string Url { get; init; }
public Dictionary<string, string>? Headers { get; init; }
public Dictionary<string, string>? DefaultHeaders { get; init; }
}
}

View File

@ -8,7 +8,7 @@
"AllowedHosts": "*",
"OriginServer": {
"Url": "https://localhost:7248",
"Headers": {
"DefaultHeaders": {
}
}