untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
const Koa = require('koa'); const app = new Koa(); app.use(async ctx => { ctx.body = 'Hello World'; }); app.listen(3000);
Loading…

no comments

    sign in to comment