Add new website files and update navigation links
This commit is contained in:
@@ -118,7 +118,7 @@ function updateGauge(nodeNumber, dataType, value) {
|
||||
}
|
||||
|
||||
function getNodeInfo(node){
|
||||
return fetch("http://145.92.8.114/flask?MAC=" + node)
|
||||
return fetch("http://145.92.8.114/getNodeInfo?macAdress=" + node)
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user