diff options
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r-- | certService/src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties index 43f65f09..a157ae66 100644 --- a/certService/src/main/resources/application.properties +++ b/certService/src/main/resources/application.properties @@ -1,3 +1,4 @@ #Actuator properties management.endpoints.enabled-by-default=false -management.endpoint.health.enabled=true
\ No newline at end of file +management.endpoint.health.enabled=true +springdoc.swagger-ui.path=/docs |