Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Fix template problem (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
popovicsandras authored and eromano committed Jun 18, 2019
1 parent cf686b5 commit d56f280
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api-codegen/src/main/resources/api-code-gen/apis.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ import { {{ classname }} } from './{{ classFilename }}';
export * from './{{ classFilename }}Interface'
{{/withInterfaces}}
{{/apis}}
export const APIS = {{{#apis}}{{#operations}}{{ classname }}{{/operations}}:{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}};
export const APIS = {
{{#apis}}
{{#operations}}{{ classname }}{{/operations}}: {{#operations}}{{ classname }}{{/operations}}{{^-last}},{{/-last}}
{{/apis}}
};
{{/apiInfo}}

0 comments on commit d56f280

Please sign in to comment.