Update pages/index.vue

This commit is contained in:
Liyas Thomas
2020-07-30 11:11:03 +05:30
committed by GitHub
parent cf88034230
commit 89f552872c

View File

@@ -1897,7 +1897,7 @@ export default {
requestString.push(` -H 'Content-Type: ${this.contentType}; charset=utf-8'`)
requestString.push(` -d '${requestBody}'`)
}
return requestString.join(" \n")
return requestString.join(" \\\n")
}
},
tokenReqDetails() {