Skip to content

Commit

Permalink
MOVE-4138 Gateway debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hmengland committed Aug 21, 2024
1 parent 640f154 commit 58298d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public PrintResponse getPrintDetails() {
try {
System.out.println("Fregurl: " + properties.getFreg().getEndpointURL());
System.out.println("Initiating webClient request.");
System.out.println("WebClient url: " + properties.getKrr().getPrintUrl());
response = webClient.get()
.accept(MediaType.APPLICATION_JSON)
.retrieve()
Expand Down

0 comments on commit 58298d5

Please sign in to comment.