fix: Change return type of getPojo method to RekapGarduDistribusiResponse

This commit is contained in:
Eko Haryadi
2025-08-26 16:45:26 +07:00
parent c3bf6c7943
commit 3c92ecb400

View File

@@ -44,7 +44,7 @@ public class RekapGarduDistribusiResource {
@GET @GET
@Path("/getData") @Path("/getData")
@Transactional @Transactional
public Data309 getPojo(@QueryParam("unit") String unit, @QueryParam("thnbln") String thnbln) public RekapGarduDistribusiResponse getPojo(@QueryParam("unit") String unit, @QueryParam("thnbln") String thnbln)
throws IOException, InterruptedException { throws IOException, InterruptedException {
HttpClient client = HttpClient.newHttpClient(); HttpClient client = HttpClient.newHttpClient();