stackroute / ibm-wave3-ontrack-hackathon

Other
0 stars 0 forks source link

code can be optimized in ontrack front end #58

Open cprakashb opened 5 years ago

cprakashb commented 5 years ago

this.url = 'http://localhost:3000/products'; return this.http.get(this.url);

can be written as return this.http.get('http://localhost:3000/products');