SyntaxFix
Write A Post
Hire A Developer
Questions
ES6 solution with Koa.
async recent() { data = await ReadSchema.find({}, { sort: 'created_at' }); ctx.body = data; }