Commit 95b7987d authored by Ariejan de Vroom's avatar Ariejan de Vroom

Merge branch 'kleinmann-fix/web_hook_content_type'

parents bc6915f2 c5613f66
......@@ -13,7 +13,7 @@ class WebHook < ActiveRecord::Base
message: "should be a valid url" }
def execute(data)
WebHook.post(url, body: data.to_json)
WebHook.post(url, body: data.to_json, headers: { "Content-Type" => "application/json" })
rescue
# There was a problem calling this web hook, let's forget about it.
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment