Use application/json for put
This commit is contained in:
parent
97ff8d4049
commit
2f08bd37d3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default {
|
|||
axios
|
||||
.put(this.stageTypeUri, this.stageType,{
|
||||
headers: {
|
||||
'Content-Type': 'text/plain',
|
||||
'Content-Type': 'application/json',
|
||||
}
|
||||
})
|
||||
.then(response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue