Ignore:
Timestamp:
02/10/21 22:31:53 (3 years ago)
Author:
Mile Jankuloski <mile.jankuloski@…>
Branches:
master
Children:
6e6f04b
Parents:
e0cdea2
Message:

Minor logging fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/counter/counter.component.ts

    re0cdea2 rdae4cde  
    8383    }
    8484    facils.forEach((facil) => {
    85       this.http.get<any>('https://nominatim.openstreetmap.org/search/?country=Macedonia&city='+facil.municipality+'&street='+facil.address+'&format=json').subscribe(obj => {
     85      this.http.get<any>('https://jankuloski.xyz:8080/https://nominatim.openstreetmap.org/search/?country=Macedonia&city='+facil.municipality+'&street='+facil.address+'&format=json').subscribe(obj => {
    8686        console.log(obj); 
    8787        if(obj.length) {
Note: See TracChangeset for help on using the changeset viewer.