refs #624. Changed endpoint disponibilidadCOmandos

pull/10/head
Manuel Aranda Rosales 2024-08-27 11:24:50 +02:00
parent 6094431a38
commit 16ece4c2b6
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class OgAdmClientController extends AbstractController
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)