© 2026 Hedgehog Software, LLC
if (!mongoose.Types.ObjectId.isValid(id)) return res.status(404).send(`No post with id: ${id}`);
node-postgres