Skip to content

Commit

Permalink
Update XForwardedForHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylorBCGov2 committed Jul 12, 2024
1 parent 5583d49 commit d4f9263
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 SS.Api.helpers
namespace CAS.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 d4f9263

Please sign in to comment.