Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
changed the url to the carts services, according to the new name
Browse files Browse the repository at this point in the history
nustiueudinastea committed Mar 8, 2017
1 parent a976d31 commit c3dabce
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
@@ -17,7 +17,7 @@
module.exports = {
catalogueUrl: util.format("http://catalogue%s", domain),
tagsUrl: util.format("http://catalogue%s/tags", domain),
cartsUrl: util.format("http://cart%s/carts", domain),
cartsUrl: util.format("http://carts%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),

0 comments on commit c3dabce

Please sign in to comment.