Wutichai Saejao

Results 2 comments of Wutichai Saejao

I tried playing with `server/controllers/post.controller.js` (did you mean this file?) Changing from ``` javascript export function getPosts(req, res) { Post.find().sort('-dateAdded').exec((err, posts) => { if (err) { res.status(500).send(err); } res.json({ posts...