X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fenvironments%2Fenvironment.ts;h=ce65d138415153b9c74f7a090f74801e5f9b25ec;hb=b5673d092bcae39b5315532b1e034dbf02a8c294;hp=92b51939bd472a85b1a1b990dfd811d1a86ccca2;hpb=43dec1560d59d84cbc5d9290549ac987f1c285ce;p=osm%2FNG-UI.git diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 92b5193..ce65d13 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -53,8 +53,7 @@ export const environment = { packageSize: 50, paginationNumber: 10, //Possible values are 10, 25, 50, 100 packageVersion: version, - // tslint:disable-next-line: no-http-string - MAPLATLONGAPI_URL: 'http://photon.komoot.de/api/?q={value}&limit=5', + MAPLATLONGAPI_URL: 'api/?q={value}&limit=5', GENERATETOKEN_URL: OSM_ADMIN_ENDPOINT + 'tokens', PROJECTS_URL: OSM_ADMIN_ENDPOINT + 'projects', USERS_URL: OSM_ADMIN_ENDPOINT + 'users',