untitled notebook

node v8.17.0
version: 1.0.0
endpointsharetweet
const Koa = require('koa'); const app = new Koa(); app.use(async ctx => { ctx.body = 'yes!'; }); app.listen(3000);
Loading…

no comments

    sign in to comment