Skip to content

Commit 1e6063b

Browse files
committed
fix: revert url change
1 parent 918a2f0 commit 1e6063b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/insee/genesis/infrastructure/adapter/SurveyQualityToolPerretAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public SurveyQualityToolPerretAdapter( Config config,OidcService oidcService) {
3232

3333
@Override
3434
public ResponseEntity<Object> sendProcessedIds(Map<String, Set<String>> processedIdsMap) throws IOException {
35-
return HttpUtils.makeApiCall(config.getSurveyQualityToolUrl(), "/interrogations",HttpMethod.POST, processedIdsMap,
35+
return HttpUtils.makeApiCall(config.getSurveyQualityToolUrl(), "/interrogations/",HttpMethod.POST, processedIdsMap,
3636
Object.class, oidcService);
3737
}
3838
}

0 commit comments

Comments
 (0)