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 40ae7e2 commit 69cb12bCopy full SHA for 69cb12b
Readme.md
@@ -29,7 +29,7 @@ routes.
29
30
```js
31
const http = require('http')
32
-const fastify = require('fastify')
+const fastify = require('fastify')()
33
const fastifyCaching = require('fastify-caching')
34
35
fastify.register(
0 commit comments