Skip to content

Commit bf834ab

Browse files
committed
fix: typo
1 parent f59fb56 commit bf834ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/insee/genesis/controller/rest/responses/RawResponseController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public ResponseEntity<String> processRawResponsesByCollectionInstrumentId(
185185
}
186186

187187
@Operation(summary = "Get the list of collection instruments containing unprocessed interrogations")
188-
@GetMapping(path = "/raw-responses/unprocessed/collection-intrument-ids")
188+
@GetMapping(path = "/raw-responses/unprocessed/collection-instrument-ids")
189189
@PreAuthorize("hasRole('SCHEDULER')")
190190
public ResponseEntity<List<String>> getUnprocessedCollectionInstrument(){
191191
log.info("Try to get collection instruments containing unprocessed interrogations...");

0 commit comments

Comments
 (0)