Skip to content

Commit

Permalink
📄: 온도 이미지 default 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Leehunil committed Nov 7, 2023
1 parent ff08b86 commit ac32862
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 ac32862

Please sign in to comment.