@tinyhttp/app
Advanced tools
Comparing version 1.3.13 to 1.3.14
@@ -342,3 +342,4 @@ import { STATUS_CODES, createServer } from 'http'; | ||
} | ||
req.path = getPathname(req.url); | ||
if (!req.path) | ||
req.path = getPathname(req.url); | ||
if ((_a = this.settings) === null || _a === void 0 ? void 0 : _a.enableReqRoute) | ||
@@ -345,0 +346,0 @@ req.route = getRouteFromApp(this, handler); |
{ | ||
"name": "@tinyhttp/app", | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"description": "0-legacy, tiny & fast web framework as a replacement of Express", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
40579
970