refactor(OriginServerParams): Umbenennung von Headers in DefaultHeaders.
This commit is contained in:
parent
7189b39d6b
commit
d8ee61d107
@ -4,6 +4,6 @@
|
|||||||
{
|
{
|
||||||
public required string Url { get; init; }
|
public required string Url { get; init; }
|
||||||
|
|
||||||
public Dictionary<string, string>? Headers { get; init; }
|
public Dictionary<string, string>? DefaultHeaders { get; init; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"OriginServer": {
|
"OriginServer": {
|
||||||
"Url": "https://localhost:7248",
|
"Url": "https://localhost:7248",
|
||||||
"Headers": {
|
"DefaultHeaders": {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user