We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c228725 commit 2a0ec3aCopy full SHA for 2a0ec3a
recipes/servers.md
@@ -86,7 +86,7 @@ http.createServer(app).listen(3000);
86
87
## fastify
88
89
-https://github.com/fastify/fastify [](https://github.com/lukeed/polka)
+https://github.com/fastify/fastify [](https://github.com/fastify/fastify)
90
91
```javascript
92
const fastify = require('fastify')({ logger: true });
0 commit comments