This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user