Skip to content

Commit

Permalink
✅ 회원 목록 조회 http 호출 시나리오 추가(#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 13, 2022
1 parent 3c75727 commit 3b519c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions http/01_Member.http
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ Content-Type: application/json
"type": "COMPANY"
}

### 1-2.회원가입 API (ADMIN)
POST http://localhost:8080/v1/member
Content-Type: application/json

{
"name": "관리자 A",
"email": "[email protected]",
"type": "ADMIN"
}

### 2. 회원 리스트 조회
GET http://localhost:8080/v1/member/list

0 comments on commit 3b519c7

Please sign in to comment.