-
Notifications
You must be signed in to change notification settings - Fork 1
필터링
최영훈 edited this page Jun 6, 2020
·
7 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /main/filter/:category | 필터링 |
{
"Content-Type": "application/json"
}
{
"category":"DJ"(STRING)
}
#### ㅤ
## Response
### Response Datatype
```json
"data":[
{
"concert_title":STRING(콘서트 제목),
"concert_date":STRING(콘서트 시작날짜),
"concert_img":STRING(콘서트 이미지),
"concert_category":STRING(카테고리)
}
]