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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {