Remove errant mailbox path modification
This commit is contained in:
parent
fe5f385b8d
commit
1e8cf7d775
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Website
|
|||
client.DefaultRequestHeaders.Add("x-api-key", new[] { Configuration["authApiKey"] });
|
||||
});
|
||||
services.AddHttpClient<IMailboxesApi, MailboxesApi>(client => {
|
||||
client.BaseAddress = new Uri(Configuration["mailboxesApiEndpoint"] + "api/");
|
||||
client.BaseAddress = new Uri(Configuration["mailboxesApiEndpoint"]);
|
||||
client.DefaultRequestHeaders.Add("x-api-key", new[] { Configuration["authApiKey"] });
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue