Skip to content

Commit

Permalink
ARKIV-317 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
oleanders committed Feb 12, 2025
1 parent 16289d2 commit 31aa32c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Mono<InstanceObject> map(
return Flux.fromIterable(Arrays.asList("ref-data-as-pdf", "dom-forelegg", "beskrivelse-yrkestransportloven", "politiattest-foretak", "politiattest-dagligleder"))
.map(documentReference ->
webClient.get()
.uri(String.format("http://fint-altinn-service:8080/api/file/%s/%s", incomingInstance.getInstanceId(), documentReference))
.uri(String.format("http://fint-altinn-service:8080/beta/api/file/%s/%s", incomingInstance.getInstanceId(), documentReference))
.exchangeToMono(response ->
response.bodyToMono(byte[].class)
.map(body ->
Expand Down

0 comments on commit 31aa32c

Please sign in to comment.