Changeset dae4cde for Farmatiko/ClientApp/src/app/home
- Timestamp:
- 02/10/21 22:31:53 (4 years ago)
- Branches:
- master
- Children:
- 6e6f04b
- Parents:
- e0cdea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/home/home.component.ts
re0cdea2 rdae4cde 82 82 } 83 83 pharmas.forEach((pharmacy) => { 84 this.http.get<any>('https:// nominatim.openstreetmap.org/search/?country=Macedonia&city='+pharmacy.location+'&street='+pharmacy.address+'&format=json').subscribe(obj => {84 this.http.get<any>('https://jankuloski.xyz:8080/https://nominatim.openstreetmap.org/search/?country=Macedonia&city='+pharmacy.location+'&street='+pharmacy.address+'&format=json').subscribe(obj => { 85 85 console.log(obj); 86 86 if(obj.length) {
Note:
See TracChangeset
for help on using the changeset viewer.