2.0.4 • Published 5 years ago

mongodb-collection-query-with-mongose v2.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

router.get("/post", authGaurd, async (req, res) => {     const setect = "_id title userId description imageUrl"    const data = await Promise.all( getResReq(req, res, Post, select) );     if (data.type === "error") return res.status(500).send({ message : internal server error, error: data})    res.send(data0) });

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago