fix url
This commit is contained in:
parent
f819595aec
commit
fbfef2d37b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace BirdsiteLive.Domain
|
|||
var httpRequestMessage = new HttpRequestMessage
|
||||
{
|
||||
Method = HttpMethod.Post,
|
||||
RequestUri = new Uri($"https://{targetHost}/{usedInbox}"),
|
||||
RequestUri = new Uri($"https://{targetHost}{usedInbox}"),
|
||||
Headers =
|
||||
{
|
||||
{"Host", targetHost},
|
||||
|
|
Reference in a new issue