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