Skip to content

Commit 6cf7fd5

Browse files
committed
rectify endpoint path to download-debug-file
Signed-off-by: Thang PHAM <[email protected]>
1 parent 9e15537 commit 6cf7fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/dynamicsecurityanalysis/server/controller/DynamicSecurityAnalysisController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public ResponseEntity<String> getDefaultProvider() {
142142
return ResponseEntity.ok().body(dynamicSecurityAnalysisService.getDefaultProvider());
143143
}
144144

145-
@GetMapping(value = "/results/{resultUuid}/download/debug-file", produces = "application/json")
145+
@GetMapping(value = "/results/{resultUuid}/download-debug-file", produces = "application/json")
146146
@Operation(summary = "Download a dynamic security analysis debug file")
147147
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "Dynamic security analysis debug file"),
148148
@ApiResponse(responseCode = "404", description = "Dynamic security analysis debug file has not been found")})

0 commit comments

Comments
 (0)