mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 04:16:11 +02:00
🐛 Remove www-form encoding from webhooks
It is broken by design, so we just do not support it
This commit is contained in:
parent
b4fc39f73c
commit
a5006b1687
2 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@
|
|||
(s/def ::is-active ::us/boolean)
|
||||
(s/def ::mtype
|
||||
#{"application/json"
|
||||
"application/x-www-form-urlencoded"
|
||||
"application/transit+json"})
|
||||
|
||||
(s/def ::create-webhook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue