Skip to content

Commit 5de09fb

Browse files
committed
hotfix : 이미지 url 수정
1 parent 60319dd commit 5de09fb

File tree

1 file changed

+2
-2
lines changed
  • greatjourney/src/main/java/backend/greatjourney/global/gpt/service

1 file changed

+2
-2
lines changed

greatjourney/src/main/java/backend/greatjourney/global/gpt/service/GptService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private GptTop3LiteResponse toLite(GptRankResponse full) {
221221
var items = full.top3().stream()
222222
.map(t -> new GptTop3LiteResponse.Item(
223223
t.name(),
224-
"https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/615416da-bbbd-44c6-9b1a-b342df2b4931_Group%202085667687.png",
224+
"https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/46460912-913d-449f-b7e0-5238aac37639_Group%25202085667687.png",
225225
t.country(),
226226
t.id().toString()
227227
))
@@ -250,7 +250,7 @@ public GptTrailFullResponse getTrailFullFromCache(String courseId) {
250250

251251
return new GptTrailFullResponse(
252252
top.name(),
253-
"https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/615416da-bbbd-44c6-9b1a-b342df2b4931_Group%202085667687.png",
253+
"https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/46460912-913d-449f-b7e0-5238aac37639_Group%25202085667687.png",
254254
top.country(),
255255
top.id().toString(),
256256
top.ai_summary(),

0 commit comments

Comments
 (0)