From 49f69f6af063f45681f752947be1afa54c0306be Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Tue, 19 May 2026 03:53:23 +0400 Subject: [PATCH] port --- src/environments/environment.lavero.production.ts | 2 +- src/environments/environment.lavero.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.lavero.production.ts b/src/environments/environment.lavero.production.ts index 2b04b9e..3734022 100644 --- a/src/environments/environment.lavero.production.ts +++ b/src/environments/environment.lavero.production.ts @@ -4,7 +4,7 @@ export const environment = { brandName: 'Lavero Store', brandFullName: 'Lavero Store', theme: 'lavero', - apiUrl: 'https://api.lovero.store:555', + apiUrl: '/api', logo: '/assets/images/lavero/lavero-logo.png', contactEmail: 'info@lavero.store', supportEmail: 'info@lavero.store', diff --git a/src/environments/environment.lavero.ts b/src/environments/environment.lavero.ts index adf110e..cd98fad 100644 --- a/src/environments/environment.lavero.ts +++ b/src/environments/environment.lavero.ts @@ -4,7 +4,7 @@ export const environment = { brandName: 'Lavero Store', brandFullName: 'Lavero Store', theme: 'lavero', - apiUrl: 'https://api.lovero.store:555', + apiUrl: '/api', logo: '/assets/images/lavero/lavero-logo.png', contactEmail: 'info@lavero.store', supportEmail: 'info@lavero.store',