refs #812 Changes response output parameter to message in add Dhcp subnet
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

nginx_conf
Luis Gerardo Romero Garcia 2024-10-09 12:19:31 +02:00
parent 8cd46a3d3e
commit 8e929108af
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ public function addDhcpSubnet(Request $request): JsonResponse
});
$responseSuccess = "Subred modificada correctamente";
return new JsonResponse(['success' => $responseSuccess,'subnet' => reset($updatedSubnet)], 200);
return new JsonResponse(['success' => $responseSuccess,'message' => reset($updatedSubnet)], 200);
}
}
} else {