@qpoint/router
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -67,3 +67,3 @@ "use strict"; | ||
// create a copy of the initial request, which will presumably be modified heavily | ||
this.proxy = new Request(this.request); | ||
this.proxy = request.clone(); | ||
// the final response, set to a 404 initially | ||
@@ -70,0 +70,0 @@ this.response = new Response(null, { status: 404 }); |
{ | ||
"name": "@qpoint/router", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Qpoint - an intelligent edge router framework", | ||
@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>", |
Sorry, the diff of this file is not supported yet
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
29565