Contacto en inicio
This commit is contained in:
@ -13,7 +13,7 @@ class Indicadores {
|
||||
|
||||
$output = [
|
||||
'sim' => $indicador,
|
||||
'valor' => $valor
|
||||
'valor' => $valor,
|
||||
];
|
||||
$response->getBody()->write(json_encode($output));
|
||||
return $response
|
||||
|
Reference in New Issue
Block a user