Skip to content
Snippets Groups Projects
Commit 7b1d07d5 authored by kevyn.monlouis's avatar kevyn.monlouis
Browse files

[FIX]Correction du basePath sur le chemin du client d'API

parent a00c7e3c
No related branches found
No related tags found
1 merge request!4[Livraison]Livraison de la version 1.0.0
Pipeline #110648 passed with warnings
......@@ -30,6 +30,7 @@ public class CommonIntegrationConfig {
ApiClient apiClient = new ApiClient(WebClient.builder()
.baseUrl(referentielUrl)
.build());
apiClient.setBasePath(referentielUrl);
interneNumEcoEvalApi.setApiClient(apiClient);
log.info("Création du client d'API Référentiel sur l'URL {}", referentielUrl);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment