Fix default value of management.endpoints.web.expose

This commit is contained in:
Stephane Nicoll
2017-11-24 15:22:57 +01:00
parent 1235d8f813
commit 480039f212

View File

@@ -46,6 +46,7 @@
{
"name": "management.endpoints.web.expose",
"defaultValue": [
"health",
"info"
]
},