- 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-front/src/app/_services/location.service.ts
rbdd6491 rb738035 23 23 postLocationToPlanner(plannerLocationDto : PlannerLocationDto) : Observable<Location>{ 24 24 let url = "http://localhost:8080/api/add-location"; 25 return this.httpClient.p ut<Location>(url, plannerLocationDto);25 return this.httpClient.post<Location>(url, plannerLocationDto); 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.