commit d125642372a1a5cbb90ff822fa32ede9321da98f
parent 34420555142c43d6b98f695e5d9aaa986ca2b8d5
Author: Gerco van Woudenbergh <[email protected]>
Date: Wed, 28 Jun 2023 22:28:56 +0200
api
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Controller/api/api.php b/Controller/api/api.php
@@ -46,6 +46,7 @@ $get_windchill = function(&$vars){
$url = 'http://86.92.67.21/api/windchill/' . $since;
$connect = new Model\Connect($url, $token);
$response = $connect->connect();
+ var_dump($response);
//storeData($response);
};
$get_graph = function(&$vars){
@@ -58,5 +59,6 @@ $get_graph = function(&$vars){
$url = 'http://86.92.67.21/api/graph/' . $since;
$connect = new Model\Connect($url, $token);
$response = $connect->connect();
+ var_dump($response);
//storeData($response);
};
\ No newline at end of file