Skip to content

Commit f1ae379

Browse files
committed
update path-to-regexp
1 parent 0494dfa commit f1ae379

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
@@ -79,4 +79,4 @@ export function matchPath(pathname, options: any): Match<any> | null {
7979
path, // the path pattern used to match
8080
url: path === '/' && url === '' ? '/' : url, // the matched portion of the URL
8181
};
82-
}
82+
}

0 commit comments

Comments
 (0)