Skip to content

Commit

Permalink
Add default content type header
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 17, 2024
1 parent daa0a27 commit 688a98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/cdp/templates/webhook/template_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"label": "Headers",
"secret": False,
"required": False,
"default": {"Content-Type": "application/json"},
},
{
"key": "debug",
Expand Down

0 comments on commit 688a98f

Please sign in to comment.