Skip to content

Commit

Permalink
[refactor] 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junmo95 committed Jan 19, 2024
1 parent d27f1a1 commit 2e77b68
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/test/http/trip_record/trip_record_edit.http
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,17 @@ Content-Type: application/json
"longitude": 127.027486,
"country": "KOREA",
"cityname": "서울"
}
}

### 국가 조회
GET http://localhost:8080/v1/country-city

### 국가 조회
GET http://localhost:8080/v1/country-city?continent=ASIA
### 국가 조회
GET http://localhost:8080/v1/country-city?continent=AMERICA
### 국가 조회
GET http://localhost:8080/v1/country-city?continent=EUROPE
### 국가 조회
GET http://localhost:8080/v1/country-city?continent=OCEANIA

0 comments on commit 2e77b68

Please sign in to comment.