🐛 Fixed default request body content type

This commit is contained in:
Liyas Thomas
2019-09-04 17:09:06 +05:30
parent f2837b1b2d
commit ec7a45db92

View File

@@ -95,7 +95,7 @@
data() {
return {
value: "",
value: "application/json",
selectionStart: 0,
suggestionsOffsetLeft: 0,
currentSuggestionIndex: -1,