From 52bb80f08193ebfe2170d2a8da1fb8acafe03135 Mon Sep 17 00:00:00 2001 From: nikolay Date: Fri, 9 Jun 2023 11:10:44 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#14384dev=20#14384=20=D0=9F=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20WPA=20=D0=9A=D0=BE=D1=84=D0=B5=D0=9B=D0=B0=D0=B9=D0=BA?= =?UTF-8?q?:=20fix=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular/src/environments/environment.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/src/environments/environment.prod.ts b/angular/src/environments/environment.prod.ts index 836eadf..a4b8ff4 100644 --- a/angular/src/environments/environment.prod.ts +++ b/angular/src/environments/environment.prod.ts @@ -7,7 +7,7 @@ export const environment = { appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/', hasBonusProgram: true, systemId: 'tsQ2cu59Xz9qgGTm3z', - defaultUrl: 'https://coffee-like-test.lk.crm4retail.ru', + defaultUrl: 'http://club.coffee-like.com', firebase: { apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds", authDomain: "fashionlogicanotification.firebaseapp.com", @@ -19,7 +19,7 @@ export const environment = { }, version: packageJson.version, appleWalletEndpoint: 'https://apple-push-notifications.it-retail.tech/apns/api', - icardProxy: 'https://coffee-like-test.lk.crm4retail.ru/api/icard-proxy/', + icardProxy: 'http://club.coffee-like.com/api/icard-proxy/', appleWalletSecret: 'Token F5mbzEERAznGKVbB6l', clientName: 'coffeeLike' }