dev fix add count
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-28 17:40:37 +07:00
parent 5c8431195b
commit fb091496de
@@ -136,7 +136,7 @@ public class GlobalSearchController {
}
@PostMapping("v2/violation-summary")
@PostMapping("/violation-summary-with-files")
public ResponseEntity<?> getViolations(@RequestBody ViolationRequest request) {
if (request.getToken() == null || request.getToken().isBlank()) {
Map<String, Object> errorData = new HashMap<>();