add basePathWithoutHost

This commit is contained in:
xming
2016-05-21 14:51:44 +08:00
parent 2e402da3ef
commit e884b2e700
2 changed files with 2 additions and 0 deletions

View File

@@ -486,6 +486,7 @@ public class DefaultGenerator extends AbstractGenerator implements Generator {
}
bundle.put("swagger", this.swagger);
bundle.put("basePath", basePath);
bundle.put("basePathWithoutHost",basePathWithoutHost);
bundle.put("scheme", scheme);
bundle.put("contextPath", contextPath);
bundle.put("apiInfo", apis);