X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fenvironments%2Fenvironment.prod.ts;h=0e734b917733d1301828f0d54850f0ff6cc9ba6b;hb=refs%2Fchanges%2F07%2F10207%2F1;hp=55697ed80c72446dfbb7fbf878c6a21cc928767c;hpb=063a3f1741d0cb20d5ee80590339fec54ab1acdd;p=osm%2FNG-UI.git diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 55697ed..0e734b9 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.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',