Skip to content

Commit

Permalink
Fiks navn på SamhandlerService
Browse files Browse the repository at this point in the history
  • Loading branch information
routsi committed Sep 13, 2024
1 parent f5ae4ab commit 19a9b8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class SamhandlerService(configSamhandlerProxy: Config, authService: AzureADServi
hentSamhandler(call, idTSSEkstern).success?.navn
}

override val name = "Tjenestebuss-integrasjon"
override val name = "SamhandlerService"
override suspend fun ping(call: ApplicationCall): ServiceResult<Boolean> =
samhandlerProxyClient.get(call, "/api/samhandler/ping").toServiceResult<String>().map { true }

Expand Down

0 comments on commit 19a9b8b

Please sign in to comment.