more update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 42s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m27s

This commit is contained in:
matst80
2025-11-19 18:50:31 +01:00
parent 67f63244bb
commit 874963812f
4 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
### Add item to cart
POST https://cart.tornberg.me/api/12345
POST https://cart.k6n.net/api/12345
Content-Type: application/json
{
@@ -9,7 +9,7 @@ Content-Type: application/json
}
### Update quanity of item in cart
PUT https://cart.tornberg.me/api/12345
PUT https://cart.k6n.net/api/12345
Content-Type: application/json
{
@@ -18,12 +18,12 @@ Content-Type: application/json
}
### Delete item from cart
DELETE https://cart.tornberg.me/api/1002/1
DELETE https://cart.k6n.net/api/1002/1
### Set delivery
POST https://cart.tornberg.me/api/1002/delivery
POST https://cart.k6n.net/api/1002/delivery
Content-Type: application/json
{
@@ -33,10 +33,8 @@ Content-Type: application/json
### Get cart
GET https://cart.tornberg.me/api/12345
GET https://cart.k6n.net/api/12345
### Remove delivery method
DELETE https://cart.tornberg.me/api/12345/delivery/2
DELETE https://cart.k6n.net/api/12345/delivery/2