From 3a713c929da48ccd76ca0b79e329354291bbb2b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 5 Feb 2021 11:44:53 +0100 Subject: [PATCH] use real 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 f285ebf..5e72abb 100644 --- a/hv-ui/src/app/config.ts +++ b/hv-ui/src/app/config.ts @@ -1 +1 @@ -export const serviceBaseUrl = "http://localhost:5000"; +export const serviceBaseUrl = "http://172.16.11.29:5000";