Skip to content

Commit b0b6ea5

Browse files
committed
Changes report: Unexpected path behaviour when using management port (actuator) #1603
1 parent 2eecb3b commit b0b6ea5

File tree

1 file changed

+1
-1
lines changed
  • springdoc-openapi-starter-common/src/main/java/org/springdoc/core/utils

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/utils/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public final class Constants {
361361
/**
362362
* The constant DEFAULT_SWAGGER_UI_ACTUATOR_PATH.
363363
*/
364-
public static final String DEFAULT_SWAGGER_UI_ACTUATOR_PATH= "swaggerui";
364+
public static final String DEFAULT_SWAGGER_UI_ACTUATOR_PATH= "swagger-ui";
365365

366366
/**
367367
* The constant DEFAULT_API_DOCS_ACTUATOR_URL.

0 commit comments

Comments
 (0)