Commit 22688b94 by vida092

dummy response

parent 5657cb4e
...@@ -1154,16 +1154,16 @@ var res_display_module = (function (verbose, url_zacatuche) { ...@@ -1154,16 +1154,16 @@ var res_display_module = (function (verbose, url_zacatuche) {
console.log(`Copia ${index + 1}:`, copy); console.log(`Copia ${index + 1}:`, copy);
}); });
copies.forEach(function (item, index) { // copies.forEach(function (item, index) {
_createScore_Decil(item); // _createScore_Decil(item);
}); // });
// _REQUESTS_MADE.forEach(function (item, index) { _REQUESTS_MADE.forEach(function (item, index) {
// _createScore_Decil(item); _createScore_Decil(item);
// }); });
//// aquí hay que modificar el body por cada covariable //// aquí hay que modificar el body por cada covariable
} }
...@@ -1212,7 +1212,7 @@ var res_display_module = (function (verbose, url_zacatuche) { ...@@ -1212,7 +1212,7 @@ var res_display_module = (function (verbose, url_zacatuche) {
fetch("https://covid19.c3.unam.mx/gateway/api/analysis/cells/",{ fetch("https://covid19.c3.unam.mx/gateway/api/analysis/cells/",{
method:"POST", method:"POST",
//body: JSON.stringify(data_request), //body: JSON.stringify(data_request),
body: JSON.stringify(decildata), body: JSON.stringify(body),
headers:{ headers:{
"Content-Type": "application/json" "Content-Type": "application/json"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment