Project

General

Profile

« Previous | Next » 

Revision 51440

all api methods work!

View differences:

monitor.service.ts
21 21

  
22 22
@Injectable ()
23 23
export class MonitorService {
24
  private apiUrl = apiUrl + '/monitor/';
24
  /*private apiUrl = apiUrl + '/monitor/';*/
25
  private apiUrl = process.env.API_ENDPOINT + '/monitor/';
25 26

  
26 27
  constructor(private http: Http) { }
27 28

  

Also available in: Unified diff