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