Skip to content

Commit f9e6112

Browse files
committed
fix typo and export models
1 parent b63e845 commit f9e6112

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/resources/handlebars/typescript-axios/apiInner.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const {{classname}}AxiosParamCreator = function (configuration?: Configur
187187
const query = new URLSearchParams(localVarUrlObj.search);
188188
for (const key in localVarQueryParameter) {
189189
query.set(key, localVarQueryParameter[key]);
190-
190+
}
191191
for (const key in options.params) {
192192
query.set(key, options.params[key]);
193193
}

src/main/resources/handlebars/typescript-axios/index.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
export * from "./api";
66
export * from "./configuration";
7+
export * from "./models";
78
{{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}}

0 commit comments

Comments
 (0)