dev add pagination for search in internet images
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-10 12:16:31 +07:00
parent 792e0048cc
commit 8103960b45
3 changed files with 3 additions and 7 deletions
@@ -67,7 +67,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
checkCounterService.incrementCheckCount(fileEntity.getUserId(), fileEntity.getMimeType());
return new BaseResponse(request.getMsgId(), MessageCode.SUCCESS.getCode(),
MessageCode.SUCCESS.getDescription(),mapper.mapToYandexResponse(yandexReverseSearchResponse, page,
MessageCode.SUCCESS.getDescription(), mapper.mapToYandexResponse(yandexReverseSearchResponse, page,
pageSize));
}
}