Skip to content

Commit

Permalink
Oppdatering #deploy-testnav-tenor-search
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Jan 10, 2024
1 parent f9f41c4 commit b9b3504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Mono<TenorResponse> call() {

return webClient.get()
.uri(uriBuilder -> uriBuilder.path(TENOR_QUERY_URL)
.queryParam("kql", query, URLEncoder.encode(query, StandardCharsets.UTF_8))
.queryParam("kql", URLEncoder.encode(query, StandardCharsets.UTF_8))
.queryParam("nokkelinformasjon", true)
.build())
.header(HttpHeaders.CONTENT_TYPE, MediaType.APPLICATION_JSON_VALUE)
Expand Down

0 comments on commit b9b3504

Please sign in to comment.