From c7fc5e970299ad7b51b5ecf16f53166ec5ff5e15 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Tue, 26 Aug 2025 20:20:54 +0200 Subject: [PATCH] Fix dl issue --- src/environments/environment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 3368886..3a08a88 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { - //serviceEndpoint: '/api' - serviceEndpoint: 'http://192.168.1.230:6080/api' + serviceEndpoint: '/api' + //serviceEndpoint: 'http://192.168.1.230:6080/api' };