From 0c87b84f3b386af0c6dd005c7edfc85aa7e337c0 Mon Sep 17 00:00:00 2001 From: Michael Zigldrum <michael.zigldrum@gmail.com> Date: Wed, 7 Aug 2024 17:43:19 +0200 Subject: [PATCH] fixed swagger --- openapi/tcr_openapi.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openapi/tcr_openapi.yaml b/openapi/tcr_openapi.yaml index 8744591..800c01d 100644 --- a/openapi/tcr_openapi.yaml +++ b/openapi/tcr_openapi.yaml @@ -9,14 +9,11 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html version: 1.0.0 servers: - - url: {protocol}://{tcr-address}/tcr/v1 + - url: https://{tcr-address}/tcr/v1 variables: tcr-address: default: tcr.train.xfsc.dev description: TCR host/port - protocol: - default: https - description: TCR host/port description: TRAIN XFSC test environment components: -- GitLab