1 parent 0985eeb commit c9e6564Copy full SHA for c9e6564
1 file changed
web/pages/index.vue
@@ -373,7 +373,7 @@ var request = HttpRequest.newBuilder()
373
.build();
374
375
// use the client to send the request
376
-var response = client.send(request, new JsonBodyHandler<>(APOD.class));
+var response = client.send(request, new JsonBodyHandler<>(APOD.class));
377
378
// the response:
379
System.out.println(response.body().get());
0 commit comments