We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d973 commit 0ac3492Copy full SHA for 0ac3492
src/main/java/io/mixeway/api/cicd/controller/CICDController.java
@@ -107,7 +107,7 @@ public ResponseEntity<Status> loadVulnsZap (@RequestBody ZapReportModel loadVuln
107
return cicdService.loadVulnZap(loadVulnModel,ciid,principal);
108
}
109
@PreAuthorize("hasAuthority('ROLE_API')")
110
- @PostMapping(value="/loadvulns/zap/{id}")
+ @PostMapping(value="/loadvulns/zap/webapp/{id}")
111
public ResponseEntity<Status> loadVulnsZap (@RequestBody ZapReportModel loadVulnModel,
112
@PathVariable(value = "id") Long id,
113
Principal principal) throws Exception {
0 commit comments