Changeset 188ee53 for trip-planner/src/test
- Timestamp:
- 10/19/21 16:40:43 (3 years ago)
- Branches:
- master
- Children:
- 6a80231
- Parents:
- eed0bf8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/test/api.http
reed0bf8 r188ee53 30 30 31 31 ### 32 GET http://localhost:8080/api/trip/locations 33 Content-Type: application/x-www-form-urlencoded 32 GET http://localhost:8080/api/city/locations?cityId=1&companionId=1&lengthOfStay=1&categoryIds=1,2 34 33 35 locName=Macedonia&companion=Wandering Solo®ion=Skopje Region&categories=sightseeing&numberOfDays=1 34 ### 35 GET http://localhost:8080/api/region/locations?regionId=1&companionId=1&lengthOfStay=1&categoryIds=1,2 36 36 37 37 ###
Note:
See TracChangeset
for help on using the changeset viewer.