diff --git a/src/test/http/trip_record/trip_record_edit.http b/src/test/http/trip_record/trip_record_edit.http index c619a307..23a56c8e 100644 --- a/src/test/http/trip_record/trip_record_edit.http +++ b/src/test/http/trip_record/trip_record_edit.http @@ -175,4 +175,17 @@ Content-Type: application/json "longitude": 127.027486, "country": "KOREA", "cityname": "서울" -} \ No newline at end of file +} + +### 국가 조회 +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 +