dev add api for payment
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-19 14:15:59 +07:00
parent 9112854fea
commit e9cdc66f72
8 changed files with 98 additions and 19 deletions
@@ -62,6 +62,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
String searchResponseYandex;
String searchResponseGoogle;
List<YandexSearchResponse.ImageResult> allUniqueImages;
//TODO отдавать любой полученный результат,даже если по таймауту падают
try {
searchResponseYandex = searchImageService.searchReverseByPublicUrl(fileEntity, "yandex_reverse_image",
"visual_matches");