Added API changes
This commit is contained in:
parent
b59351addf
commit
f402d46db8
3 changed files with 16 additions and 28 deletions
|
@ -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() );
|
||||
}
|
||||
|
|
Reference in a new issue