]> BookStack Code Mirror - bookstack/commit
Fixed issue preventing FormData posting correctly
authorDan Brown <redacted>
Tue, 3 Sep 2019 20:46:46 +0000 (21:46 +0100)
committerDan Brown <redacted>
Tue, 3 Sep 2019 20:46:46 +0000 (21:46 +0100)
commit16d8a667b164b60623785ab89f8a1db41fd8b680
tree1690ecc9d66a8488aadfc603e844d43a9bde2ccf
parent7a4425473b61007f6eee51a3f794f5908cd2ccd8
Fixed issue preventing FormData posting correctly

- Due to migration from Axios, Instances where we were sending FormData
were not considered and always converted to JSON which resulted in empty
JSON bodies.

Related to #1621
resources/assets/js/services/http.js