Skip to content

Commit

Permalink
added correct carts endpoint port
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayboopathy authored Aug 1, 2018
1 parent 708336f commit 5c6131e
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 @@ -17,7 +17,7 @@
module.exports = {
catalogueUrl: util.format("http://catalogue:7081%s", domain),
tagsUrl: util.format("http://catalogue%s/tags", domain),
cartsUrl: util.format("http://carts%s/carts", domain),
cartsUrl: util.format("http://carts:8081%s/carts", domain),
ordersUrl: util.format("http://orders%s", domain),
customersUrl: util.format("http://user%s/customers", domain),
addressUrl: util.format("http://user%s/addresses", domain),
Expand Down

0 comments on commit 5c6131e

Please sign in to comment.