Fix naming of matchesSubpaths

This commit is contained in:
MatthiasSaihttam 2021-09-15 17:16:38 -04:00
parent 3d6fc7b211
commit 726ed2338d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default class ReverseProxyHandler extends DefaultHandler {
super();
this.proxyRoot = proxyRoot;
this.subpathMatches = true;
this.matchesSubpaths = true;
}
async handle (url, p, socket) {