@@ -136,7 +136,7 @@ public class GlobalSearchController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@PostMapping("v2/violation-summary")
|
@PostMapping("/violation-summary-with-files")
|
||||||
public ResponseEntity<?> getViolations(@RequestBody ViolationRequest request) {
|
public ResponseEntity<?> getViolations(@RequestBody ViolationRequest request) {
|
||||||
if (request.getToken() == null || request.getToken().isBlank()) {
|
if (request.getToken() == null || request.getToken().isBlank()) {
|
||||||
Map<String, Object> errorData = new HashMap<>();
|
Map<String, Object> errorData = new HashMap<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user