@veloceapps/sdk 8.0.0-24 → 8.0.0-25

Sign up to get free protection for your applications and to get access to all the features.
@@ -403,7 +403,7 @@ class FlowRouterService {
403
403
  return '';
404
404
  }
405
405
  const path = rootRoute.pathFromRoot
406
- .map(r => r.routeConfig?.path)
406
+ .map(r => r.url[0])
407
407
  .filter(Boolean)
408
408
  .join('/');
409
409
  return '/' + path;