From cbc7b52f96cf16fe83d4f94320cf7b7e6f1409c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 24 Jan 2021 16:43:39 +0100 Subject: [PATCH] change address of service --- hv-ui/src/app/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hv-ui/src/app/config.ts b/hv-ui/src/app/config.ts index b035ccc..6836828 100644 --- a/hv-ui/src/app/config.ts +++ b/hv-ui/src/app/config.ts @@ -1 +1 @@ -export const serviceBaseUrl = "http://172.16.3.32:5000"; +export const serviceBaseUrl = "http://172.16.10.29:5000";