Use application/json for put

This commit is contained in:
Samuel McDermott 2020-10-27 16:16:58 +00:00
parent 97ff8d4049
commit 2f08bd37d3

View file

@ -72,7 +72,7 @@ export default {
axios
.put(this.stageTypeUri, this.stageType,{
headers: {
'Content-Type': 'text/plain',
'Content-Type': 'application/json',
}
})
.then(response => {