mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
!wip moved fix to mattermost class and kept API class abstract
This commit is contained in:
parent
36c522cc01
commit
78838d0784
2 changed files with 2 additions and 10 deletions
|
@ -155,7 +155,7 @@ namespace Ombi.Api.Mattermost.Models
|
|||
|
||||
foreach (var msg in outMessages)
|
||||
{
|
||||
var request = new Request("", _webhookUrl.ToString(), HttpMethod.Post);
|
||||
var request = new Request(_webhookUrl.ToString(), "", HttpMethod.Post);
|
||||
request.AddJsonBody(msg);
|
||||
request.AddHeader("Host", _webhookUrl.Host);
|
||||
await api.Request(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue