api name : ps
This commit is contained in:
parent
98bc416046
commit
5ecb86506c
@ -1068,7 +1068,7 @@ loadTemplate(form_id) {
|
||||
// if(users.user_role != '19'){
|
||||
// apiName = 'uploadCreditPDDataToCETApp';
|
||||
// }
|
||||
return this._http.get<any[]>(this.api_url +"uploadCreditPDDataToCETApp/"+id);
|
||||
return this._http.get<any[]>(this.apiUrl +"uploadCreditPDDataToCETApp/"+id);
|
||||
// let apiName = "http://localhost/AWSEC2/sparqapi/api/uploadCreditPDDataToCETApp";
|
||||
// return this._http.get<any[]>(apiName+"/"+id);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user