We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ef603 commit b25e79dCopy full SHA for b25e79d
docs/api/index.md
@@ -48,6 +48,7 @@ You can also use the [env preset](http://babeljs.io/docs/plugins/preset-env/) wi
48
49
The obligatory hello world application:
50
51
+<!-- runkit:endpoint -->
52
```js
53
const Koa = require('koa');
54
const app = new Koa();
@@ -74,6 +75,7 @@ app.listen(3000);
74
75
middleware to execute downstream, the stack will unwind and each middleware is resumed to perform
76
its upstream behaviour.
77
78
79
80
81
0 commit comments