Fixes #3989: Correct HTTP content type assignment for webhooks

This commit is contained in:
Jeremy Stretch
2020-01-22 20:33:57 -05:00
parent 2445d1896b
commit 7b517abdb6
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
## Bug Fixes
* [#3983](https://github.com/netbox-community/netbox/issues/3983) - Permit the creation of multiple unnamed devices
* [#3989](https://github.com/netbox-community/netbox/issues/3989) - Correct HTTP content type assignment for webhooks
---