Skip to content

Commit

Permalink
fikser url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Oct 30, 2024
1 parent 5369b7b commit ed01324
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 @@ class SpeedClient(

fun hentHistoriskeFødselsnumre(ident: String, callId: String = UUID.randomUUID().toString()): HistoriskeIdenterResponse {
val jsonInputString = objectMapper.writeValueAsString(IdentRequest(ident))
val response = postRequest("/api/identer", jsonInputString, callId)
val response = postRequest("/api/historiske_identer", jsonInputString, callId)
return convertResponseBody(response)
}

Expand Down

0 comments on commit ed01324

Please sign in to comment.