Skip to content

Commit

Permalink
updated catalogue endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayboopathy authored Jul 30, 2018
1 parent 8415eab commit 708336f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
});

module.exports = {
catalogueUrl: util.format("http://catalogue%s", domain),
catalogueUrl: util.format("http://catalogue:7081%s", domain),
tagsUrl: util.format("http://catalogue%s/tags", domain),
cartsUrl: util.format("http://carts%s/carts", domain),
ordersUrl: util.format("http://orders%s", domain),
Expand Down

0 comments on commit 708336f

Please sign in to comment.