Project

General

Profile

« Previous | Next » 

Revision 51440

all api methods work!

View differences:

piwik.service.ts
20 20

  
21 21
@Injectable ()
22 22
export class PiwikService {
23
  private apiUrl = `${apiUrl}/piwik/`;
23
  /*private apiUrl = `${apiUrl}/piwik/`;*/
24
  private apiUrl = process.env.API_ENDPOINT + '/piwik/';
24 25

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

  

Also available in: Unified diff