Ignore:
Timestamp:
11/11/21 12:59:26 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
59329aa
Parents:
6c1585f
Message:

add location to planner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner/src/test/api.http

    r6c1585f rceaed42  
    5252###
    5353PUT http://localhost:8080/api/add-location
     54Content-Type: application/json
     55
     56{"plannerId": 1, "locationId": 2}
     57
     58###
     59GET http://localhost:8080/api/planner/locations?plannerId=1
    5460Content-Type: application/x-www-form-urlencoded
    5561
    56 lid=1&pid=1
Note: See TracChangeset for help on using the changeset viewer.