change add-product endpoint + remove-product

This commit is contained in:
Daniel Goc
2026-04-14 15:42:30 +02:00
parent 100a9f57d4
commit bb507036db
7 changed files with 172 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ var CATEGORY_BLACKLIST = []uint{250}
const MAX_AMOUNT_OF_CARTS_PER_USER = 10
const DEFAULT_NEW_CART_NAME = "new cart"
const MAX_AMOUNT_OF_PRODUCT_IN_CART = 1024
const MAX_AMOUNT_OF_ADDRESSES_PER_USER = 10