feat: implement store layout with header and footer components, update tenant service URL

This commit is contained in:
2026-06-26 14:02:35 -03:00
parent ac9ba12045
commit da01745732
12 changed files with 253 additions and 407 deletions

View File

@@ -23,7 +23,7 @@ export class TenantService {
const domain = this.resolveDomain();
const response = await firstValueFrom(
this.http.get<TenantBootstrapResponse>(`${environment.url}tennants/bootstrap/${domain}`)
this.http.get<TenantBootstrapResponse>(`${environment.url}tenants/bootstrap/${domain}`)
);
if (!response?.data) {