dev add violation link
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-04-07 16:43:08 +07:00
parent 29ed74745f
commit a8a7a78ebf
2 changed files with 9 additions and 18 deletions
@@ -215,6 +215,7 @@ public class ApiController {
NoCopyCheckResult checkResult = noCopyFileService.checkFile(file, FileProtector.Type.IMAGE);
log.info("checkResult: {}", checkResult);
return ResponseEntity.ok(new BaseResponse(1, 1, "1", checkResult));
}