Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthDogiparthi12 committed Nov 25, 2024
1 parent 9ba4e33 commit b3b543e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ public void preprocessOpenAPI(OpenAPI openAPI) {
supportingFiles.add(new SupportingFile("index.mustache", createPath(sourceFolder, invokerPackage), "index.js"));
supportingFiles.add(new SupportingFile("ApiClient.mustache", createPath(sourceFolder, invokerPackage), "ApiClient.js"));
supportingFiles.add(new SupportingFile("configuration.mustache", createPath(sourceFolder, invokerPackage), "configuration.js"));
supportingFiles.add(new SupportingFile("DefaultHttpClient.mustache", createPath(sourceFolder, invokerPackage), "DefaultHttpClient.js"));
supportingFiles.add(new SupportingFile("abstractHttpClient.mustache", createPath(sourceFolder, invokerPackage), "abstractHttpClient.js"));
supportingFiles.add(new SupportingFile("logger.mustache", createPath(sourceFolder, invokerPackage), "logger.js"));
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
}
Expand Down

0 comments on commit b3b543e

Please sign in to comment.