api name : ps
This commit is contained in:
parent
2869068dd6
commit
89700566e0
@ -1068,9 +1068,9 @@ loadTemplate(form_id) {
|
||||
// if(users.user_role != '19'){
|
||||
// apiName = 'uploadCreditPDDataToCETApp';
|
||||
// }
|
||||
// return this._http.get<any[]>(api_url +"uploadCreditPDDataToCETApp/"+id);
|
||||
let apiName = "http://localhost/AWSEC2/sparqapi/api/uploadCreditPDDataToCETApp";
|
||||
return this._http.get<any[]>(apiName+"/"+id);
|
||||
return this._http.get<any[]>(api_url +"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