products -> removes id from POST
This commit is contained in:
parent
fe04ad9ce3
commit
fd7d1ffd47
@ -86,7 +86,6 @@ async function post(req: Request, res: Response) {
|
|||||||
await db.products
|
await db.products
|
||||||
.create({
|
.create({
|
||||||
data: {
|
data: {
|
||||||
id: value.id,
|
|
||||||
gtin: value.gtin,
|
gtin: value.gtin,
|
||||||
name: value.name,
|
name: value.name,
|
||||||
price: value.price,
|
price: value.price,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user