🐛 Fixed default request body content type
This commit is contained in:
parent
f2837b1b2d
commit
ec7a45db92
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
data() {
|
||||
return {
|
||||
value: "",
|
||||
value: "application/json",
|
||||
selectionStart: 0,
|
||||
suggestionsOffsetLeft: 0,
|
||||
currentSuggestionIndex: -1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue