Skip to content

Commit

Permalink
IS-2624: Bruke token mot kodeverk-api
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Oct 8, 2024
1 parent 4cd83dc commit 92d9b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/application/api/ApiModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fun Application.apiModule(
azureAdClient = azureAdClient,
redisStore = redisStore,
baseUrl = environment.kodeverkUrl,
clientId = environment.istilgangskontrollClientId,
clientId = environment.kodeverkClientId,
)

routing {
Expand Down

0 comments on commit 92d9b83

Please sign in to comment.