We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d26ee commit 4305feaCopy full SHA for 4305fea
src/main/java/com/example/triptalk/domain/tripPlan/converter/TripPlanConverter.java
@@ -174,7 +174,7 @@ public static TripPlan toTripPlanEntity(
174
.companions(request.getCompanions())
175
.budget(request.getBudget())
176
.travelStyles(travelStyleSet)
177
- .imgUrl("https://images.unsplash.com/photo-1488646953014-85cb44e25828?w=800")
+ .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")
178
.status(com.example.triptalk.domain.tripPlan.enums.TripStatus.PLANNED)
179
.user(user)
180
.build();
0 commit comments