Doplnenie grafov teploty, tlaku, vlhkosti

This commit is contained in:
2021-01-12 11:28:13 +01:00
parent 2604e77dc6
commit a6a0b7e3b7
9 changed files with 317 additions and 6 deletions

View File

@@ -16,4 +16,5 @@ Route::get('/', function () {
});
Route::get('/data',"MeasurementController@index");
Route::get('/data/get',"MeasurementController@get");