-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
{ | ||
"id": 1, | ||
"title": "15,000원으로 족발 무한리필? - 홍대 이공족발 리뷰", | ||
"location": "홍대", | ||
"title": "홍대 이공족발 리뷰", | ||
"description": "15,000원으로 족발을 무한으로?", | ||
"visitedAt": "2022년 2월 20일", | ||
"location": "서울특별시 마포구 서교동 어울마당로 70 2층", | ||
"thumbnail": "https://d3i7lyqkyp9zxr.cloudfront.net/restaurant/%EC%9D%B4%EA%B3%B5%EC%A1%B1%EB%B0%9C-%EB%A6%AC%EB%B7%B0/0.JPG", | ||
"imageList": [ | ||
"https://d3i7lyqkyp9zxr.cloudfront.net/restaurant/%EC%9D%B4%EA%B3%B5%EC%A1%B1%EB%B0%9C-%EB%A6%AC%EB%B7%B0/0.JPG", | ||
"https://d3i7lyqkyp9zxr.cloudfront.net/restaurant/%EC%9D%B4%EA%B3%B5%EC%A1%B1%EB%B0%9C-%EB%A6%AC%EB%B7%B0/0.JPG", | ||
"https://d3i7lyqkyp9zxr.cloudfront.net/restaurant/%EC%9D%B4%EA%B3%B5%EC%A1%B1%EB%B0%9C-%EB%A6%AC%EB%B7%B0/0.JPG", | ||
"https://d3i7lyqkyp9zxr.cloudfront.net/restaurant/%EC%9D%B4%EA%B3%B5%EC%A1%B1%EB%B0%9C-%EB%A6%AC%EB%B7%B0/0.JPG" | ||
] | ||
], | ||
"price": "약 15,000원", | ||
"review": "다른 무한리필 식당에서 그래왔듯 퀄리티를 기대하지는 않았지만, 의외로 괜찮은 고기 퀄리티에 놀랐습니다!\n다만 사람이 붐빌 경우에는 꼬들살이 금방 동날 위험(?)이 있으니 조심하세요!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
export type Restaurant = { | ||
id: number; | ||
title: string; | ||
description?: string; | ||
visitedAt: string; | ||
thumbnail: string; | ||
location: string; | ||
price: string; | ||
imageList: string | string[]; | ||
review: string; | ||
}; |
150b44e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: