diff --git a/packages/webapp/src/app/app.component.tsx b/packages/webapp/src/app/app.component.tsx index 60003f46f..74de5ebeb 100644 --- a/packages/webapp/src/app/app.component.tsx +++ b/packages/webapp/src/app/app.component.tsx @@ -44,53 +44,56 @@ export const App = () => { }> } /> - - }> - } /> - } /> - } /> - } /> - - }> - } /> - }> - }> - } /> - } /> - - }> - }> - } /> - } /> - } - /> + + }> + } /> + } /> + } /> + } /> + + + }> + } /> + }> + }> + } /> + } /> - } /> - } /> - } /> + }> + }> + } /> + } /> + } + /> + + } /> + } /> + } /> + + } /> + } /> - } /> - } /> + } /> + } /> + } /> + } /> + } /> - } /> - } /> - } /> - } /> - } /> - - }> - } /> - } /> - } /> - } /> - - }> - } /> - - + }> + } /> + } /> + } /> + } /> + + + }> + } /> + + + } /> } /> } /> diff --git a/packages/webapp/src/app/config/routes.ts b/packages/webapp/src/app/config/routes.ts index 877bcac07..ff11f3317 100644 --- a/packages/webapp/src/app/config/routes.ts +++ b/packages/webapp/src/app/config/routes.ts @@ -7,7 +7,7 @@ import { RoutesConfig as GenerativeAIRoutesConfig } from '@sb/webapp-generative- import { RoutesConfig as TenantsRoutesConfig } from '@sb/webapp-tenants/config/routes'; export const LANG_PREFIX = `/:lang?/*`; -export const TENANT_PREFIX = `/:lang?/:tenantId?/*`; +export const TENANT_PREFIX = `:tenantId?/*`; export const RoutesConfig = { ...CoreRoutesConfig,