Created mock up login
testing/ogcore-api/pipeline/head This commit looks good Details

develop-jenkins
Manuel Aranda Rosales 2024-10-09 09:44:47 +02:00
parent 8fba590e9c
commit 5da12033e8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class OrganizationalUnitController extends AbstractController
{ {
$data = [ $data = [
'userid' => 1, 'userid' => 1,
'apikey' => bin2hex(random_bytes(32)) 'apikey' => bin2hex(random_bytes(16))
]; ];
return new JsonResponse($data, Response::HTTP_OK); return new JsonResponse($data, Response::HTTP_OK);