Skip to content

Commit

Permalink
update XForwardedForHelper for forwardport 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylor1971 committed Jul 12, 2024
1 parent 1e57df3 commit de8234c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/helpers/XForwardedForHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace CAS.API.helpers
namespace SS.Api.helpers
{
public static class XForwardedForHelper
{
Expand All @@ -8,4 +8,4 @@ public static string BuildUrlString(string forwardedHost, string forwardedPort,
return $"https://{forwardedHost}{portComponent}{baseUrl}";
}
}
}
}

0 comments on commit de8234c

Please sign in to comment.