fix(tests): fix tests
This commit is contained in:
@ -168,7 +168,7 @@ export class HttpRouter {
|
||||
if (pathResult.matches) {
|
||||
return {
|
||||
route,
|
||||
pathMatch: path,
|
||||
pathMatch: pathResult.pathMatch || path,
|
||||
pathParams: pathResult.params,
|
||||
pathRemainder: pathResult.pathRemainder
|
||||
};
|
||||
|
Reference in New Issue
Block a user