Skip to content

Commit ad686cd

Browse files
committed
update path-to-regexp
1 parent e7d1409 commit ad686cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/inferno-router/src/matchPath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ export function matchPath(pathname, options: any): Match<any> | null {
8686
path, // the path pattern used to match
8787
url: path === '/' && url === '' ? '/' : url, // the matched portion of the URL
8888
};
89-
}
89+
}

0 commit comments

Comments
 (0)