@dynacom/core
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -48,3 +48,3 @@ const fs = require( 'fs' ); | ||
} | ||
callback( null, this.domains[ domainIndex ].SecureContext ); | ||
callback( null, this.domains[ domainIndex ].secureContext ); | ||
} | ||
@@ -104,3 +104,3 @@ , } ); | ||
this.findDomain( request, request.address, request.port ) | ||
this.findRoute( request, request.url.pathname, request.method ); | ||
this.findRoute( request, request.url.path, request.method ); | ||
@@ -107,0 +107,0 @@ return response.process( request ) |
@@ -10,3 +10,3 @@ { | ||
, "name": "@dynacom/core" | ||
, "version": "1.1.10" | ||
, "version": "1.1.11" | ||
, "repository": { | ||
@@ -13,0 +13,0 @@ "type": "git" |
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
19715