Skip to content

Commit

Permalink
Merge pull request #706 from swagger-api/custom_template_dir
Browse files Browse the repository at this point in the history
added method for custom templates
  • Loading branch information
HugoMario authored Jun 24, 2020
2 parents 4302f0f + 1f7a0eb commit 1c8c29b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ public String embeddedTemplateDir() {
}
}

public String customTemplateDir() {
return "";
}

public String getCommonTemplateDir() {
return this.commonTemplateDir;
}
Expand Down

0 comments on commit 1c8c29b

Please sign in to comment.