- 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/region.service.ts
rb738035 r76712b2 15 15 return this.httpClient.get<Region[]>(url); 16 16 } 17 18 getAllCitiesAndRegions() :Observable<string[]>{ 19 let url = "http://localhost:8080/api/places"; 20 return this.httpClient.get<string[]>(url); 21 } 17 22 }
Note:
See TracChangeset
for help on using the changeset viewer.