diff --git a/src/app/providers/api-service.ts b/src/app/providers/api-service.ts index 37919e3..378035b 100644 --- a/src/app/providers/api-service.ts +++ b/src/app/providers/api-service.ts @@ -268,7 +268,7 @@ export class ApiService { public getMapData(data) { data.session_key = this.sessionKey; return this.http.post( - this.apiUrl + '/v1/suppliers/location', + this.apiUrl + '/v1/supplier/location', data ).map( response => response.json() ); }