We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cfc0a commit 90145a0Copy full SHA for 90145a0
springdoc-openapi-ui/src/main/java/org/springdoc/webmvc/ui/SwaggerWebMvcConfigurer.java
@@ -78,7 +78,7 @@ public void addResourceHandlers(ResourceHandlerRegistry registry) {
78
if (actuatorProvider.isPresent() && actuatorProvider.get().isUseManagementPort())
79
uiRootPath.append(actuatorProvider.get().getBasePath());
80
81
- registry.addResourceHandler(uiRootPath +SWAGGER_UI_PREFIX +"*/**")
+ registry.addResourceHandler(uiRootPath + SWAGGER_UI_PREFIX + "*/**")
82
.addResourceLocations(CLASSPATH_RESOURCE_LOCATION + DEFAULT_WEB_JARS_PREFIX_URL + DEFAULT_PATH_SEPARATOR)
83
.resourceChain(false)
84
.addTransformer(swaggerIndexTransformer);
0 commit comments