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

Commit c3dabce

Browse files
changed the url to the carts services, according to the new name
1 parent a976d31 commit c3dabce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
module.exports = {
1818
catalogueUrl: util.format("http://catalogue%s", domain),
1919
tagsUrl: util.format("http://catalogue%s/tags", domain),
20-
cartsUrl: util.format("http://cart%s/carts", domain),
20+
cartsUrl: util.format("http://carts%s/carts", domain),
2121
ordersUrl: util.format("http://orders%s", domain),
2222
customersUrl: util.format("http://user%s/customers", domain),
2323
addressUrl: util.format("http://user%s/addresses", domain),

0 commit comments

Comments
 (0)