This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user