From 05db9344641cc2e05eeab3d464c13f5724020433 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 5 Feb 2021 11:50:01 +0100 Subject: [PATCH] use real service, fi --- 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 5e72abb..58ef002 100644 --- a/hv-ui/src/app/config.ts +++ b/hv-ui/src/app/config.ts @@ -1 +1 @@ -export const serviceBaseUrl = "http://172.16.11.29:5000"; +export const serviceBaseUrl = "http://172.16.11.29";