Skip to content

Commit

Permalink
Merge pull request #572 from swagger-api/codegen-issue-9934
Browse files Browse the repository at this point in the history
import models only when they exist
  • Loading branch information
HugoMario authored Jan 2, 2020
2 parents 4b74540 + b08818f commit 9f1a097
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export * from './api/api';
{{#models}}
{{#@first}}
export * from './model/models';
{{/@first}}
{{/models}}
export * from './variables';
export * from './configuration';
export * from './api.module';

0 comments on commit 9f1a097

Please # to comment.