Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Dec 5, 2016
1 parent bbfbe76 commit 70260e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shop.Client/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class AppComponent {
public products: any[];

constructor(private http: Http) {
http.get("http://localhost:11515/api/products")
http.get("http://technical-summit-dev.azurewebsites.net/api/products")
.forEach(resp => {
this.products = resp.json();
});
Expand Down

0 comments on commit 70260e4

Please sign in to comment.