hapi-swagger
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -57,3 +57,3 @@ var Hoek = require('hoek'), | ||
if (request.query.path && | ||
item.path.indexOf('/' + request.query.path + '/') !== 0 ) { | ||
item.path.indexOf('/' + request.query.path) !== 0 ) { | ||
return false; | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "hapi-swagger", | ||
"description": "A swagger documentation UI generator plugin for hapi", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Glenn Jones", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
430296