diff --git a/web/newWebsite/graph-main.js b/web/newWebsite/graph-main.js index 7f52e14..5b6db31 100644 --- a/web/newWebsite/graph-main.js +++ b/web/newWebsite/graph-main.js @@ -112,7 +112,7 @@ function createFilterContainer() { // Get request to fetch data from the server function fetchData() { - fetch("http://145.92.8.114/getMeasurements?dateStart=2024-03-27%2011:47:11&dateEnd=2024-03-28%2011:47:11") + fetch("http://145.92.8.114/getMeasurements?dateStart=2024-03-27%2011:47:11&dateEnd=2024-03-28%2011:47:11&node=113") .then((response) => { if (!response.ok) { throw new Error("Network response was not ok");