Fix issue with supplier location api url
This commit is contained in:
parent
f402d46db8
commit
a622b0d871
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
}
|
||||
|
|
Reference in a new issue