return raw kobuki_message instead of jsonify in data endpoint

This commit is contained in:
ishak jmilou.ishak
2025-01-09 12:02:36 +01:00
parent 8517a0d558
commit 1a4056ff77

View File

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