From f89a494de9b430bc22cf38fb8bb2e03e74122835 Mon Sep 17 00:00:00 2001 From: JordenReuter <149687553+JordenReuter@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:41:11 +0100 Subject: [PATCH] fix: fixed server url (#4) --- src/main/openapi/onecx-welcome-internal-openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/openapi/onecx-welcome-internal-openapi.yaml b/src/main/openapi/onecx-welcome-internal-openapi.yaml index 8535e78..f720840 100644 --- a/src/main/openapi/onecx-welcome-internal-openapi.yaml +++ b/src/main/openapi/onecx-welcome-internal-openapi.yaml @@ -1,10 +1,10 @@ --- openapi: 3.0.3 info: - title: onecx-theme image import from file during the start of the application + title: onecx-welcome internal api version: 1.0.0 servers: - - url: "http://onecx-theme-svc:8080" + - url: "http://onecx-welcome-svc:8080" tags: - name: imagesInternal paths: