Skip to content

Commit

Permalink
Oppdatering Inntektsmelding filtrering
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok committed Nov 15, 2024
1 parent 0bcfd49 commit e5077b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/helsearbeidsgiver/lps/LpsClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data class InntektsmeldingResponse(
val inntektsmeldinger: List<Inntektsmelding>,
)

private const val LPS_API_ENDPOINT = "https://sykepenger-im-lps-api.dev-gcp.nav.cloud.nais.io"
private const val LPS_API_ENDPOINT = "https://sykepenger-im-lps-api.dev-gcp.nav.cloud.nais.io/"

class LpsClient {
suspend fun hentInntektsmeldinger(
Expand Down

0 comments on commit e5077b0

Please sign in to comment.