Skip to content

대륙(Continent) 전체 조회 API

Ting-Kim edited this page Jul 1, 2022 · 1 revision

GET /api/v1/continents


Input

Untitled (3)

Output

{
  "success": true,
	"contents":  [
      {
          "id": 1,
          "name": "아시아"
      },
      {
          "id": 2,
          "name": "유럽"
      }
  ],
	"error": null
}
Clone this wiki locally