Skip to content

Commit 313ab13

Browse files
fix comment on api-docs.enabled in README.MD
1 parent 88cc2cc commit 313ab13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ springdoc.api-docs.path=/api-docs
8787
* This step is optional: If you want to disable `springdoc-openapi` endpoints, add a custom springdoc property, in your `spring-boot` configuration file:
8888

8989
```properties
90-
# /api-docs endpoint custom path
90+
# disable api-docs
9191
springdoc.api-docs.enabled=false
9292
```
9393

0 commit comments

Comments
 (0)