We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c7f16 commit 2687a5aCopy full SHA for 2687a5a
spring-boot-admin-server-ui/src/main/frontend/views/instances/metrics/index.vue
@@ -122,7 +122,7 @@ const ApiVersion = Object.freeze({
122
});
123
124
function isActuatorApiVersionSupported(headerContentType) {
125
- return headerContentType.includes(ApiVersion.V2) || headerContentType.includes(ApiVersion.V2);
+ return headerContentType.includes(ApiVersion.V2) || headerContentType.includes(ApiVersion.V3);
126
}
127
128
export default {
0 commit comments