SeoSeongHo / gongbaek-backend

1 stars 0 forks source link

카테고리 목록 api #5

Closed BaekGeunYoung closed 1 year ago

BaekGeunYoung commented 4 years ago

아이템 종류에 따른 카테고리 목록 api가 필요하다. /categories?itemType={academy | study_room | class}

Array<Category>

Category 
{
name: string
subcategories: Array<String>
}