Skip to content

Commit

Permalink
Removed unnecessary explicit naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Sep 3, 2024
1 parent bca4f23 commit 6b9e391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class OppgaveApiClientConfiguration(private val webClientBuilder: WebClient.Buil
@Value("\${OPPGAVE_API_BASE_URL}")
private lateinit var oppgaveBaseURL: String

@Bean("oppgaveApiWebClient")
@Bean
fun oppgaveApiWebClient(): WebClient {
return webClientBuilder
.baseUrl(oppgaveBaseURL)
Expand Down

0 comments on commit 6b9e391

Please sign in to comment.