Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "nestia", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Automatic SDK and Document generator for the NestJS", | ||
@@ -5,0 +5,0 @@ "main": "src/index.ts", |
@@ -61,3 +61,3 @@ /** | ||
// NORMALIZE PATH | ||
if (path[0] !== "/") | ||
if (path !== "" && path[0] !== "/") | ||
path = `/${path}`; | ||
@@ -64,0 +64,0 @@ |
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
79417