diff options
author | awudzins <adam.wudzinski@nokia.com> | 2020-03-03 14:51:21 +0100 |
---|---|---|
committer | awudzins <adam.wudzinski@nokia.com> | 2020-03-04 13:44:52 +0100 |
commit | 09128196b16368651e8fa2a20140216e086700f2 (patch) | |
tree | f66c560d95b2140448b7414c1a34b7d0594cd9a5 /certService/src/main/resources/application.properties | |
parent | 552f87238fbc04b63a992645217dcfded40cb122 (diff) |
Fix reload endpoint to return status
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Issue-ID: AAF-997
wChange-Id: I4563428ef407b4dc8c84c3efc8ec213145806b32
Change-Id: Iee33a26feb5cc1acd39d91ee9f34a49183040e06
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r-- | certService/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties index ac81c3a0..aac9b96f 100644 --- a/certService/src/main/resources/application.properties +++ b/certService/src/main/resources/application.properties @@ -3,7 +3,7 @@ springdoc.show-actuator=true management.endpoints.enabled-by-default=true management.endpoint.configprops.enabled=true -management.endpoints.web.exposure.include=refresh,health +management.endpoints.web.exposure.include=health # Swagger configuration |