refs #624. Changed endpoint disponibilidadCOmandos
parent
16ece4c2b6
commit
45dd18f55c
|
@ -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(json_encode ((object) null), Response::HTTP_OK);
|
return new JsonResponse(((object) null), Response::HTTP_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function clienteExistente($iph)
|
private function clienteExistente($iph)
|
||||||
|
|
Loading…
Reference in New Issue