fastify-http-proxy
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -27,5 +27,5 @@ 'use strict' | ||
function reply (request, reply) { | ||
var dest = request.raw.url.replace(this.basePath, '') | ||
var dest = request.req.url.replace(this.basePath, '') | ||
reply.from(dest) | ||
} | ||
} |
{ | ||
"name": "fastify-http-proxy", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "proxy http requests, for Fastify", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package