From 6b40b5084f47f2193ed640fcdef4578c06e9a5c5 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Mon, 27 Sep 2021 21:09:44 +0200 Subject: [PATCH] fix env cutler-movar --- customer/app/src/environments/environment.cutler-movar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/app/src/environments/environment.cutler-movar.ts b/customer/app/src/environments/environment.cutler-movar.ts index 2dcaa88..aac9e9f 100644 --- a/customer/app/src/environments/environment.cutler-movar.ts +++ b/customer/app/src/environments/environment.cutler-movar.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: "http://cutler-movar:80/fitness_web/customerapi/web/index.php?r=" + apiUrl: "https://fitnessadmin.hu/fitness_web/customerapi/web/index.php?r=" };