neelamchawla

Results 2 comments of neelamchawla

> MongoDB syntax has changed since this video. Update your `get` request to this: > > ``` > app.get("/api/games", (req, res) => { > db > .db("crudwithredux") > .collection("games") >...

![crud](https://user-images.githubusercontent.com/50483784/87225745-c24f7580-c3ac-11ea-916d-6852a2780217.PNG) I am getting nothing in games array... please help