fix: modificar respuesta de espera
This commit is contained in:
parent
4b57a58ab8
commit
1cfaddf5e6
controllers
|
@ -11,7 +11,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
if (
|
||||
$tipoConsulta === "Femenino" ||
|
||||
$tipoConsulta === "Masculino" ||
|
||||
$tipoConsulta === "Prefiero no decirlo"
|
||||
$tipoConsulta === "Prefiero no decir"
|
||||
) {
|
||||
$cantidad = $graficos->obtenerCantidadPorGenero($tipoConsulta);
|
||||
echo json_encode(["cantidad" => $cantidad]);
|
||||
|
|
Loading…
Reference in New Issue