Skip to content

Commit

Permalink
Merge pull request #137 from InseeFr/dev-eno-cati
Browse files Browse the repository at this point in the history
Change call to Eno API for interviewer form visualization
  • Loading branch information
loichenninger authored Aug 3, 2022
2 parents f7b3de2 + d6e7f10 commit e47856d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>fr.insee</groupId>
<artifactId>Pogues-BO</artifactId>
<packaging>war</packaging>
<version>4.0.3</version>
<version>4.0.4</version>
<name>Pogues-BO</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public ResponseEntity<StreamingResponseBody> visualizeQueenFromBody(@RequestBody
@PathVariable(value = "questionnaire") String questionnaireName) throws Exception {
PipeLine pipeline = new PipeLine();
Map<String, Object> params = new HashMap<>();
params.put("mode","CAPI_CATI");
params.put("mode","CAPI");
try {
StreamingResponseBody stream = output -> {
try {
Expand Down

0 comments on commit e47856d

Please sign in to comment.