Skip to content

Commit

Permalink
D - Logging av kodeverkservice
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Aug 22, 2024
1 parent 72a600f commit 5a5a8e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class KodeverkService(private val euxNavIdentRestTemplate: RestTemplate) {

fun getLandkoderAkseptertAvRina(format: String? = null): String? {
val url = "/cpi/landkoder/rina"
logger.debug("KodeverkService getLandkoderAkseptertAvRina: $url ")

val response: ResponseEntity<String> = euxNavIdentRestTemplate.exchange(
if (format != null) "$url?format=$format" else url,
Expand Down

0 comments on commit 5a5a8e9

Please sign in to comment.