use relative paths to work through kubectl proxy
This commit is contained in:
@@ -292,7 +292,7 @@ function update(clusters) {
|
||||
}
|
||||
|
||||
function fetchData() {
|
||||
fetch('/kubernetes-clusters')
|
||||
fetch('kubernetes-clusters')
|
||||
.then(function(response) {
|
||||
return response.json()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user