Skip to content

Commit

Permalink
initial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Oct 9, 2024
1 parent 7006d19 commit fa9e835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private IEnumerator PushToServer(TracePayload payload, OnServerResponse onServer
yield break;
}

using (var req = new UnityWebRequest(_config.Endpoint))
using (var req = new UnityWebRequest(_config.GetEndpoint()))
{
foreach (var header in payload.Headers)
{
Expand Down

0 comments on commit fa9e835

Please sign in to comment.