Skip to content

Commit

Permalink
Merge pull request #138 from Leehunil/main
Browse files Browse the repository at this point in the history
📄: 온도 이미지 default 변경
  • Loading branch information
chanu2 authored Nov 9, 2023
2 parents ecafedf + ac32862 commit 1a79cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Temperature(Double currentTemperature, String temperatureImage, Integer r
public static Temperature createTemperature() {
return builder()
.currentTemperature(36.5)
.temperatureImage("image")
.temperatureImage("https://ohsoonbucket.s3.ap-northeast-2.amazonaws.com/image/1%7Cb34fae75-7946-4e5c-8176-5f7a63dcc120.png")
.reportedNum(0)
.participationNum(0)
.build();
Expand Down

0 comments on commit 1a79cf3

Please sign in to comment.