refs #624. Changed endpoint disponibilidadCOmandos
parent
6094431a38
commit
16ece4c2b6
|
@ -138,7 +138,7 @@ class OgAdmClientController extends AbstractController
|
||||||
return new JsonResponse(['message' => 'Client not found'], Response::HTTP_NOT_FOUND);
|
return new JsonResponse(['message' => 'Client not found'], Response::HTTP_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new JsonResponse([], Response::HTTP_OK);
|
return new JsonResponse(json_encode ((object) null), Response::HTTP_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function clienteExistente($iph)
|
private function clienteExistente($iph)
|
||||||
|
|
Loading…
Reference in New Issue