🐛 Fixed default request body content type
This commit is contained in:
@@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
value: "",
|
value: "application/json",
|
||||||
selectionStart: 0,
|
selectionStart: 0,
|
||||||
suggestionsOffsetLeft: 0,
|
suggestionsOffsetLeft: 0,
|
||||||
currentSuggestionIndex: -1,
|
currentSuggestionIndex: -1,
|
||||||
|
|||||||
Reference in New Issue
Block a user