Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit d56f280

Browse files
popovicsandraseromano
authored andcommitted
Fix template problem (#405)
1 parent cf686b5 commit d56f280

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api-codegen/src/main/resources/api-code-gen/apis.mustache

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ import { {{ classname }} } from './{{ classFilename }}';
1010
export * from './{{ classFilename }}Interface'
1111
{{/withInterfaces}}
1212
{{/apis}}
13-
export const APIS = {{{#apis}}{{#operations}}{{ classname }}{{/operations}}:{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}};
13+
export const APIS = {
14+
{{#apis}}
15+
{{#operations}}{{ classname }}{{/operations}}: {{#operations}}{{ classname }}{{/operations}}{{^-last}},{{/-last}}
16+
{{/apis}}
17+
};
1418
{{/apiInfo}}

0 commit comments

Comments
 (0)