mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix build
This commit is contained in:
@@ -63,7 +63,7 @@ func handleSysHealthGet(core *vault.Core, w http.ResponseWriter, r *http.Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
func handleSysHealthHead(core *vault.Core, w http.ResponseWriter, r *http.Request) {
|
func handleSysHealthHead(core *vault.Core, w http.ResponseWriter, r *http.Request) {
|
||||||
code, body, err := getSysHealth(core, r)
|
code, body, _ := getSysHealth(core, r)
|
||||||
|
|
||||||
if body != nil {
|
if body != nil {
|
||||||
w.Header().Set("Content-Type", "application/json")
|
w.Header().Set("Content-Type", "application/json")
|
||||||
|
Reference in New Issue
Block a user