Skip to content

Commit 6de92ff

Browse files
Feature/remove defaultfiles (#44)
* Update templates * update default
1 parent 1bcdce6 commit 6de92ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/JavascriptFlowtypedClientCodegen.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public void processOpts() {
115115
supportingFiles.add(new SupportingFile("index.mustache", "src", "index.js"));
116116
supportingFiles.add(new SupportingFile("api.mustache", "src", "api.js"));
117117
supportingFiles.add(new SupportingFile("configuration.mustache", "src", "configuration.js"));
118-
supportingFiles.add(new SupportingFile("DefaultHttpClient.mustache", "src", "DefaultHttpClient.js"));
119-
supportingFiles.add(new SupportingFile("HttpClient.mustache", "src", "HttpClient.js"));
120118

121119
supportingFiles.add(new SupportingFile("gitignore", "", ".gitignore"));
122120

0 commit comments

Comments
 (0)