This commit is contained in:
Primakov Alexandr Alexandrovich
2024-12-05 22:55:59 +03:00
parent 9723c825f7
commit cf2eb88662
8 changed files with 63 additions and 2881 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ router.post('/:listId/item', async (req, res) => {
description
});
await (list as any).addItem(item._id);
await (list as any).addItem(item);
res.send(item)
})