Refactor AbsoluteUri references

This commit is contained in:
Shaun Walker
2019-09-16 03:13:33 -04:00
parent 7d353c2205
commit cb6428f483
19 changed files with 19 additions and 19 deletions

View File

@ -64,7 +64,7 @@ namespace Oqtane.Server
{
client.DefaultRequestHeaders.Add("Cookie", ".AspNetCore.Identity.Application=" + authToken);
}
client.BaseAddress = new Uri(NavigationManager.ToAbsoluteUri(NavigationManager.Uri).AbsoluteUri);
client.BaseAddress = new Uri(NavigationManager.Uri);
return client;
});
}