Added API changes

This commit is contained in:
piratefinn 2017-09-27 17:46:25 +01:00
parent b59351addf
commit f402d46db8
3 changed files with 16 additions and 28 deletions

View file

@ -268,7 +268,7 @@ export class ApiService {
public getMapData(data) {
data.session_key = this.sessionKey;
return this.http.post(
this.apiUrl + '/map',
this.apiUrl + '/v1/suppliers/location',
data
).map( response => response.json() );
}