From ceb228e472623cd11d0e8873051b7883b38cf472 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 21 Jan 2021 16:30:36 +0100 Subject: [PATCH] use service on 32 --- 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 7663e29..b035ccc 100644 --- a/hv-ui/src/app/config.ts +++ b/hv-ui/src/app/config.ts @@ -1 +1 @@ -export const serviceBaseUrl = "http://172.16.3.185:5000"; \ No newline at end of file +export const serviceBaseUrl = "http://172.16.3.32:5000";