refs #624. Changed endpoint AutoExec
parent
e42f9613b2
commit
5859b47619
|
@ -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'])]
|
||||
|
|
Loading…
Reference in New Issue