Skip to content

Commit

Permalink
✅ 채팅방 생성 http 호출 시나리오 추가(#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 14, 2022
1 parent 209cf09 commit 0f30c1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions http/02_Room.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### 1. 채팅방 생성 API
POST http://localhost:8080/v1/room
Content-Type: application/json

{
"companyId": "2",
"adminId": "3"
}

0 comments on commit 0f30c1d

Please sign in to comment.