Changeset ceaed42 for trip-planner/src/test/api.http
- Timestamp:
- 11/11/21 12:59:26 (3 years ago)
- Branches:
- master
- Children:
- 59329aa
- Parents:
- 6c1585f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/test/api.http
r6c1585f rceaed42 52 52 ### 53 53 PUT http://localhost:8080/api/add-location 54 Content-Type: application/json 55 56 {"plannerId": 1, "locationId": 2} 57 58 ### 59 GET http://localhost:8080/api/planner/locations?plannerId=1 54 60 Content-Type: application/x-www-form-urlencoded 55 61 56 lid=1&pid=1
Note:
See TracChangeset
for help on using the changeset viewer.