Changeset b738035 for trip-planner/src/test/api.http
- Timestamp:
- 01/24/22 21:08:32 (3 years ago)
- Branches:
- master
- Children:
- 76712b2
- Parents:
- bdd6491
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/test/api.http
rbdd6491 rb738035 94 94 95 95 ### 96 DELETE http://localhost:8080/api/delete /1996 DELETE http://localhost:8080/api/delete-location 97 97 Content-Type: application/json 98 99 {"plannerId": 23, "locationId": 3} 100 101 ### 102 GET http://localhost:8080/api/users/usernames 103 Content-Type: application/json 104 105 ### 106 GET http://localhost:8080/api/users/password 107 Content-Type: application/json 108 109 {"username": "ema@test.com"}
Note:
See TracChangeset
for help on using the changeset viewer.