Commit 17f7c882 by vida092

cmd2

parent dee77fd9
......@@ -1164,6 +1164,7 @@ var res_display_module = (function (verbose, url_zacatuche) {
_REQUESTS_MADE.forEach(function (item, index) {
_createScore_Decil(item);
console.log(item)
});
//// aquí hay que modificar el body por cada covariable
......@@ -1208,7 +1209,7 @@ var res_display_module = (function (verbose, url_zacatuche) {
///tal vez quitar
var verbo = _val_process_temp ? "countsTaxonsGroupTimeValidation" : "countsTaxonsGroup"
// body es la peticion total, decildata son las peticiones individuales
// Por el momento dejemos el body, deberá de cambiar por decil data arreglando las peticiones
// Si se esta haciendo bien la peticion al servidor de epi-puma 2.0
fetch("https://covid19.c3.unam.mx/gateway/api/analysis/cells/",{
method:"POST",
......
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