This commit is contained in:
2020-05-23 21:57:16 +00:00
parent 1a0f99d6b9
commit 0dfa3dddec
3 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ export default {
if (!contentType) {
return response;
}
// console.log("gzapi::JSON method, content type is:", contentType);
console.log("gzapi::extractBody method, content type is:", contentType);
if (contentType.includes("json")) {
return response.json();
}