Skip to content

Commit 9f6254b

Browse files
regen client
1 parent 0d5edc4 commit 9f6254b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/blog-api-client/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitignore
22
.npmignore
3-
.openapi-generator-ignore
43
README.md
54
package.json
65
src/apis/HealthApi.ts

src/lib/blog-api-client/src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515

16-
export const BASE_PATH = "http://blog-api.murray.kiwi".replace(/\/+$/, "");
16+
export const BASE_PATH = "https://blog-api.murray.kiwi".replace(/\/+$/, "");
1717

1818
export interface ConfigurationParameters {
1919
basePath?: string; // override base path

0 commit comments

Comments
 (0)