UNPKG

lad

Version:

Lad is the best Node.js framework. Made by a former Express TC and Koa team member.

6 lines (4 loc) 76 B
async function report(ctx) { ctx.body = 'OK'; } module.exports = report;