Skip to content

Commit cd7ef96

Browse files
author
bnasslahsen
committed
Impossible to configure swaggerurl programmatically. Fixes #744
1 parent 1bf4253 commit cd7ef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractSwaggerUiConfigProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ public void setUrlsPrimaryName(String urlsPrimaryName) {
570570
/**
571571
* The type Swagger url.
572572
*/
573-
static class SwaggerUrl {
573+
public static class SwaggerUrl {
574574
/**
575575
* The Url.
576576
*/

0 commit comments

Comments
 (0)