Skip to content

Commit

Permalink
🔨test: http 테스트 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn committed Feb 7, 2024
1 parent bc92e25 commit 8f633d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions http/test.http
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ Authorization: Bearer {{masterToken}}
GET http://localhost:8080/api/v1/organizations/1
Authorization: Bearer {{matsterToken}}

### 조직 검색
GET http://localhost:8080/api/v1/organizations?search=스포너스
Authorization: Bearer {{matsterToken}}

### 이메일 인증
POST http://localhost:8080/api/v1/organizations/email?email=이메일

Expand Down

0 comments on commit 8f633d9

Please sign in to comment.