mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 02:19:04 +00:00
add basePathWithoutHost
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user