returned function i removed by accident

This commit is contained in:
ishak jmilou.ishak
2024-12-17 14:41:13 +01:00
parent ef572c6539
commit 92992288b5

View File

@@ -66,6 +66,10 @@ def move():
return jsonify({"status": "success", "direction": direction})
@app.route('/data', methods=['GET'])
def data():
return kobuki_message
@app.route("/database")
def database():
db = get_db()