Skip to content

Commit 4305fea

Browse files
committed
[#24] Refactor: TripPlanConverter 수정
1 parent 50d26ee commit 4305fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/triptalk/domain/tripPlan/converter/TripPlanConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public static TripPlan toTripPlanEntity(
174174
.companions(request.getCompanions())
175175
.budget(request.getBudget())
176176
.travelStyles(travelStyleSet)
177-
.imgUrl("https://images.unsplash.com/photo-1488646953014-85cb44e25828?w=800")
177+
.imgUrl("https://plus.unsplash.com/premium_photo-1661914240950-b0124f20a5c1?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
178178
.status(com.example.triptalk.domain.tripPlan.enums.TripStatus.PLANNED)
179179
.user(user)
180180
.build();

0 commit comments

Comments
 (0)