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

This commit is contained in:
2026-04-21 03:27:47 +07:00
parent 1b2337ea2f
commit e6e8461b9b
@@ -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);