refs #624. Changed endpoint AutoExec

pull/10/head
Manuel Aranda Rosales 2024-08-26 14:55:07 +02:00
parent e42f9613b2
commit 5859b47619
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class OgAdmClientController extends AbstractController
$contents = file_get_contents($nfl);
return new JsonResponse(['contents' => base64_encode($contents)], Response::HTTP_OK);
return new JsonResponse(base64_encode($contents), Response::HTTP_OK);
}
#[Route('/opengnsys/rest/__ogAdmClient/ComandosPendientes', methods: ['POST'])]