entity api endpoint changes : kdk
This commit is contained in:
parent
5923055a6b
commit
e1517795b3
@ -254,5 +254,4 @@ export class FamilyDetailsComponent implements OnInit {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5,6 +5,10 @@ import { catchError } from 'rxjs/operators';
|
|||||||
import { of } from 'rxjs';
|
import { of } from 'rxjs';
|
||||||
import 'rxjs/add/operator/map';
|
import 'rxjs/add/operator/map';
|
||||||
|
|
||||||
|
|
||||||
|
/** Environment */
|
||||||
|
import { environment } from 'environments/environment';
|
||||||
|
|
||||||
/** Imported Service Files Are., */
|
/** Imported Service Files Are., */
|
||||||
import { AwsService } from '../../../AwsService/aws.service';
|
import { AwsService } from '../../../AwsService/aws.service';
|
||||||
/** Consant Value For Created Date And Updated Date */
|
/** Consant Value For Created Date And Updated Date */
|
||||||
@ -20,7 +24,7 @@ const currentdate = new Date().toJSON().slice(0, 19).replace('T', ' ');
|
|||||||
* Kdk
|
* Kdk
|
||||||
*/
|
*/
|
||||||
export class EntityService {
|
export class EntityService {
|
||||||
private apiUrl = "http://ssa.sineedge.com/sparqapi/api/";
|
private apiUrl = environment.apiEndpoint;
|
||||||
private serviceUrl = 'https://jsonplaceholder.typicode.com/users';
|
private serviceUrl = 'https://jsonplaceholder.typicode.com/users';
|
||||||
|
|
||||||
constructor(private _http: HttpClient,
|
constructor(private _http: HttpClient,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user