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.
2 parents f660f29 + 8b92e02 commit dae7057Copy full SHA for dae7057
spring-boot-admin-server-ui/src/main/frontend/services/instance.js
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2014-2018 the original author or authors.
+ * Copyright 2014-2019 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -80,7 +80,8 @@ class Instance {
80
81
async fetchHealth() {
82
return await this.axios.get(uri`actuator/health`, {
83
- headers: {'Accept': actuatorMimeTypes}
+ headers: {'Accept': actuatorMimeTypes},
84
+ validateStatus: null
85
});
86
}
87
0 commit comments