Comparing version 2.5.0 to 2.5.1
module.exports = (req, url) => { | ||
const [pathRoute, search] = url.split('?') | ||
req.path = pathRoute | ||
console.log({ search }) | ||
switch (search) { | ||
@@ -6,0 +5,0 @@ case undefined: |
{ | ||
"name": "0http", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Cero friction HTTP request router. The need for speed!", | ||
@@ -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
16681
327