cleanup
This commit is contained in:
parent
71f3106b16
commit
142d7fc81b
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ header('Content-Type: application/json');
|
||||||
header('Access-Control-Allow-Origin: *');
|
header('Access-Control-Allow-Origin: *');
|
||||||
|
|
||||||
$blueweather = new BlueWeather($config);
|
$blueweather = new BlueWeather($config);
|
||||||
//$_POST['submitSensorData'] = '{"signature":"123", "identity":1, "data":"Hello World"}';
|
|
||||||
|
|
||||||
if (isset($_GET['locId'])) {
|
if (isset($_GET['locId'])) {
|
||||||
// get data of given location
|
// get data of given location
|
||||||
|
|
Loading…
Reference in a new issue