From aacf66ee97d2bb873e505d394bf2ba97feefe0ce Mon Sep 17 00:00:00 2001 From: kong-apiops <122612077+kong-apiops@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:42:58 +0100 Subject: [PATCH 1/2] Automated OAS update: openapi.yaml --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index f399354..f118a52 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6,6 +6,9 @@ info: contact: name: Kong url: https://cloud.konghq.com +servers: + - url: https://custom.example.com + description: Production tags: - name: Application Analytics description: >- From 52cb88ff8fcff5f80ea358f985732087b869731c Mon Sep 17 00:00:00 2001 From: team-devx Date: Wed, 4 Oct 2023 20:41:30 +0000 Subject: [PATCH 2/2] chore: build SDK from openapi.yaml changes --- src/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.ts b/src/base.ts index 89b9120..65c1be3 100644 --- a/src/base.ts +++ b/src/base.ts @@ -18,7 +18,7 @@ import { Configuration } from "./configuration"; // @ts-ignore import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; -export const BASE_PATH = "http://localhost".replace(/\/+$/, ""); +export const BASE_PATH = "https://custom.example.com".replace(/\/+$/, ""); /** *