Changeset 84d0fbb for trip-planner/src/test/api.http
- Timestamp:
- 12/19/21 19:39:00 (3 years ago)
- Branches:
- master
- Children:
- bdd6491
- Parents:
- 1ad8e64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/test/api.http
r1ad8e64 r84d0fbb 75 75 GET http://localhost:8080/api/images?locationId=1 76 76 Content-Type: application/x-www-form-urlencoded 77 78 ### 79 POST http://localhost:8080/api/users/register 80 Content-Type: application/json 81 82 {"username": "teshht@test.com", "fullName": "nikola", "password" : "nikolce", "confirmPassword": "nikolce"} 83 84 ### 85 POST http://localhost:8080/api/users/login 86 Content-Type: application/json 87 88 {"username": "test@test.com", "password" : "nikolce"} 89 90 91 ### 92 GET http://localhost:8080/api/planners/user 93 Content-Type: application/json
Note:
See TracChangeset
for help on using the changeset viewer.