Skip to content

Commit

Permalink
chore: 더미 데이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Combi153 committed Feb 15, 2024
1 parent c94f7bb commit bcd08ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kotlin/com/petqua/common/config/DataInitializer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class DataInitializer(
reviewCount = 10,
reviewTotalScore = 50,
thumbnailUrl = "https://docs.petqua.co.kr/products/thumbnails/thumbnail1.jpeg",
description = "니모를 찾아서 주연",
description = "https://www.goldmoonaqua.com/web/upload/NNEditor/20221226/copy-1672038777-guppy_EC958CEBB984EB85B8ED9280EBA088EB939C_02.png",
canDeliverSafely = false,
canDeliverCommonly = true,
canPickUp = false,
Expand All @@ -139,7 +139,7 @@ class DataInitializer(
reviewCount = 3,
reviewTotalScore = 15,
thumbnailUrl = "https://docs.petqua.co.kr/products/thumbnails/thumbnail2.jpeg",
description = "제주산",
description = "https://shop-phinf.pstatic.net/20231116_59/1700105133758mQSba_JPEG/%EC%B9%A8%EC%B0%A9%ED%95%9C%ED%9B%84%EB%93%9C_%EC%83%81%EC%84%B8_1.jpg?type=w860",
canDeliverSafely = true,
canDeliverCommonly = false,
canPickUp = true,
Expand All @@ -155,7 +155,7 @@ class DataInitializer(
reviewCount = 50,
reviewTotalScore = 250,
thumbnailUrl = "https://docs.petqua.co.kr/products/thumbnails/thumbnail3.jpeg",
description = "니모를 찾아서 주연 조연",
description = "https://store.img11.co.kr/68636870/cf26fe1a-98d5-486b-a79a-9dbfade97fb6_1690335864752.jpg",
canDeliverSafely = false,
canDeliverCommonly = true,
canPickUp = true,
Expand Down

0 comments on commit bcd08ff

Please sign in to comment.