added sensordata to website

This commit is contained in:
2024-11-06 13:59:40 +01:00
parent f95b78d236
commit 6dba1d0262
3 changed files with 28 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ def move():
@app.route('/data', methods=['GET'])
def data():
return jsonify({"kobuki_message": kobuki_message})
return kobuki_message