We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5edc4 commit 9f6254bCopy full SHA for 9f6254b
src/lib/blog-api-client/.openapi-generator/FILES
@@ -1,6 +1,5 @@
1
.gitignore
2
.npmignore
3
-.openapi-generator-ignore
4
README.md
5
package.json
6
src/apis/HealthApi.ts
src/lib/blog-api-client/src/runtime.ts
@@ -13,7 +13,7 @@
13
*/
14
15
16
-export const BASE_PATH = "http://blog-api.murray.kiwi".replace(/\/+$/, "");
+export const BASE_PATH = "https://blog-api.murray.kiwi".replace(/\/+$/, "");
17
18
export interface ConfigurationParameters {
19
basePath?: string; // override base path
0 commit comments