Skip to content

Commit

Permalink
chore: updated proxy id for specific caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Jun 12, 2024
1 parent 2a9601c commit 1f5aa44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ private static void EnsureResponseHeadersAndStatusCode(RouteInfo routeInfo, Endp
if (!routeInfo.IsIisFallback)
{
if (routeInfo.ProxyId != null &&
routeInfo.ProxyId.Equals(Guid.Parse("833dd2e7-fb3b-42fc-9102-f948dd6aa914")))
routeInfo.ProxyId.Equals(Guid.Parse("8f2cc5be-b5dd-4e4b-b6fa-92b7fc6440e0")))
{
response.Headers[Constants.Headers.SurrogateControl] = new List<string>
{
Expand Down

0 comments on commit 1f5aa44

Please sign in to comment.