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 8e912a5 commit 0e7a038Copy full SHA for 0e7a038
README.md
@@ -24,7 +24,7 @@ npm i fastify-http-proxy fastify
24
const Fastify = require('fastify')
25
const server = Fastify()
26
27
-server.register(proxy, {
+server.register(require('fastify-http-proxy'), {
28
upstream,
29
prefix: '/upstream', // optional
30
http2: false // optional
0 commit comments