Skip to content

Commit

Permalink
Lagt på user-agent #deploy-tenor-search-service
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Jan 11, 2024
1 parent 65d1bda commit c381784
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public Mono<TenorResponse> call() {
.queryParam("kql", URLEncoder.encode(query, StandardCharsets.UTF_8))
.queryParam("nokkelinformasjon", true)
.build())
.header("User-Agent", "test")
.header(HttpHeaders.AUTHORIZATION, "Bearer " + token)
.retrieve()
.bodyToMono(JsonNode.class)
Expand Down

0 comments on commit c381784

Please sign in to comment.