issue : ps
This commit is contained in:
parent
b499970aa9
commit
3660a98907
@ -7,6 +7,10 @@ import 'rxjs/add/operator/map';
|
|||||||
|
|
||||||
/** Imported Service Files Are., */
|
/** Imported Service Files Are., */
|
||||||
import { AwsService } from '../../../AwsService/aws.service';
|
import { AwsService } from '../../../AwsService/aws.service';
|
||||||
|
|
||||||
|
/** Environment */
|
||||||
|
import { environment } from '../../../../environments/environment';
|
||||||
|
|
||||||
/** Consant Value For Created Date And Updated Date */
|
/** Consant Value For Created Date And Updated Date */
|
||||||
const currentdate = new Date().toJSON().slice(0, 19).replace('T', ' ');
|
const currentdate = new Date().toJSON().slice(0, 19).replace('T', ' ');
|
||||||
|
|
||||||
@ -20,7 +24,8 @@ 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