dev test baseurl for test
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-21 09:26:57 +07:00
parent f680f766cd
commit c2a649a252
@@ -72,7 +72,8 @@ public class SearchImageService {
); );
} }
String publicUrl = String.format("%s/api/files/public/%s", appBaseUrl, fileEntity.getId()); // String publicUrl = String.format("%s/api/files/public/%s", appBaseUrl, fileEntity.getId());
String publicUrl = String.format("%s/api/files/public/%s", "http://92.242.61.23:2997", fileEntity.getId());
log.info("Searching reverse for image: {}", publicUrl); log.info("Searching reverse for image: {}", publicUrl);