Skip to content

Commit

Permalink
Oppdatert URL + dokumentasjon #deploy-dolly-search-service
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Feb 18, 2025
1 parent b477746 commit ae86f91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public class OpensearchController {

private final OpenSearchService openSearchService;

@PostMapping("/identer")
@Operation(description = "Henter identer som matcher søk i request, både registre og persondetaljer")
@PostMapping
@Operation(description = "Henter personer som matcher søk av persondetaljer i request")
public Mono<SearchResponse> getIdenterMed(@RequestBody SearchRequest request) {

return openSearchService.search(request);
Expand Down

0 comments on commit ae86f91

Please sign in to comment.