From 3fbd81eddd434ecadbd151cea815ac8c908384c9 Mon Sep 17 00:00:00 2001 From: Tommi Leinamo Date: Mon, 2 Oct 2023 13:47:41 +0300 Subject: [PATCH] Fix timetables API URL Now it works when started eg. with UI startup scripts. --- metadata/hsl/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/hsl/actions.yaml b/metadata/hsl/actions.yaml index b35981ab..9bde320f 100644 --- a/metadata/hsl/actions.yaml +++ b/metadata/hsl/actions.yaml @@ -2,7 +2,7 @@ actions: - name: combineTimetables definition: kind: synchronous - handler: http://host.docker.internal:8080/timetables/combine + handler: http://jore4-timetablesapi:8080/timetables/combine request_transform: body: action: transform @@ -14,7 +14,7 @@ actions: - name: replaceTimetables definition: kind: synchronous - handler: http://host.docker.internal:8080/timetables/replace + handler: http://jore4-timetablesapi:8080/timetables/replace request_transform: body: action: transform