commit 1f2f8d80e0e6c6eeb07a9f9ab50c6bd8a5f92ed9
parent b04e4aa8391cfa9401da9cc8683ef8ad4f7457ad
Author: LennartSchroot <[email protected]>
Date: Thu, 29 Jun 2023 16:58:58 +0200
ip
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Controller/api/api.php b/Controller/api/api.php
@@ -45,7 +45,7 @@ $get_windchill = function(&$vars){
}else{
$since = "curdate()";
}
- $url = 'http://localhost:8080/api/windchill/' . $since;
+ $url = 'http://86.92.67.21/api/windchill/' . $since;
$connect = new Model\Connect($url, $token);
$response = $connect->connect();
storeZooData($response);
@@ -57,7 +57,7 @@ $get_graph = function(&$vars){
}else{
$since = "curdate()";
}
- $url = 'http://localhost:8080/api/graph/' . $since;
+ $url = 'http://86.92.67.21/api/graph/' . $since;
$connect = new Model\Connect($url, $token);
$response = $connect->connect();
storeFacData($response);