feat: implement store layout with header and footer components, update tenant service URL
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user