- Timestamp:
- 01/28/22 18:45:54 (3 years ago)
- Branches:
- master
- Children:
- 6fe77af
- Parents:
- b738035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/_services/location.service.ts
rb738035 r76712b2 61 61 } 62 62 63 getAllLocationsSearch(place : string) : Observable<Location[]>{ 64 let url="http://localhost:8080/api/all"; 65 return this.httpClient.get<Location[]>(url + "?place=" + place); 66 } 63 67 }
Note:
See TracChangeset
for help on using the changeset viewer.