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
|
||||
.create({
|
||||
data: {
|
||||
id: value.id,
|
||||
gtin: value.gtin,
|
||||
name: value.name,
|
||||
price: value.price,
|
||||
|
Loading…
x
Reference in New Issue
Block a user