Skip to content

Commit 4abd73d

Browse files
authored
Merge pull request #96 from sayingpotato/feat/update-InitDb(#78)
feat : modify data
2 parents 7246aaf + c24e8eb commit 4abd73d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/iampotato/iampotato/InitDb.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static class InitService {
6060
public void dbStores1() throws ParseException {
6161

6262
StoreMapThumbnail storeMapThumbnail = StoreMapThumbnail.builder()
63-
.mainImg("https://github.com/sayingpotato/Frontend-Web/assets/64068511/f1e66d1b-c551-468b-b54e-bdc1de905999")
63+
.mainImg("https://github.com/sayingpotato/Frontend-Web/assets/64068511/6fe0fcf0-b38e-4b4e-ac1b-42627a445755")
6464
.subImg1("https://github.com/sayingpotato/Frontend-Web/assets/64068511/3f3d91b3-3b3a-41e8-8d8e-467174118a96")
6565
.subImg2("https://github.com/sayingpotato/Frontend-Web/assets/64068511/65648635-b505-4c73-b18b-c381569b20a9")
6666
.subImg3("https://github.com/sayingpotato/Frontend-Web/assets/64068511/1ed76463-29ca-44b2-874e-9a08c48256e1")
@@ -345,7 +345,7 @@ public void dbStores1() throws ParseException {
345345
public void dbStores2() throws ParseException {
346346

347347
StoreMapThumbnail storeMapThumbnail = StoreMapThumbnail.builder()
348-
.mainImg("https://github.com/sayingpotato/Frontend-Web/assets/64068511/f1e66d1b-c551-468b-b54e-bdc1de905999")
348+
.mainImg("https://github.com/sayingpotato/Frontend-Web/assets/64068511/6fe0fcf0-b38e-4b4e-ac1b-42627a445755")
349349
.subImg1("https://github.com/sayingpotato/Frontend-Web/assets/64068511/3f3d91b3-3b3a-41e8-8d8e-467174118a96")
350350
.subImg2("https://github.com/sayingpotato/Frontend-Web/assets/64068511/65648635-b505-4c73-b18b-c381569b20a9")
351351
.subImg3("https://github.com/sayingpotato/Frontend-Web/assets/64068511/1ed76463-29ca-44b2-874e-9a08c48256e1")
@@ -482,7 +482,7 @@ public void dbStores2() throws ParseException {
482482
public void dbStores3() throws ParseException {
483483

484484
StoreMapThumbnail storeMapThumbnail = StoreMapThumbnail.builder()
485-
.mainImg("https://github.com/sayingpotato/Frontend-Web/assets/64068511/f1e66d1b-c551-468b-b54e-bdc1de905999")
485+
.mainImg("https://github.com/sayingpotato/Frontend-Web/assets/64068511/6fe0fcf0-b38e-4b4e-ac1b-42627a445755")
486486
.subImg1("https://github.com/sayingpotato/Frontend-Web/assets/64068511/3f3d91b3-3b3a-41e8-8d8e-467174118a96")
487487
.subImg2("https://github.com/sayingpotato/Frontend-Web/assets/64068511/65648635-b505-4c73-b18b-c381569b20a9")
488488
.subImg3("https://github.com/sayingpotato/Frontend-Web/assets/64068511/1ed76463-29ca-44b2-874e-9a08c48256e1")

0 commit comments

Comments
 (0)