mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 20:35:00 +00:00
return raw kobuki_message instead of jsonify in data endpoint
This commit is contained in:
@@ -76,7 +76,7 @@ def move():
|
||||
|
||||
@app.route('/data', methods=['GET'])
|
||||
def data():
|
||||
return jsonify(kobuki_message)
|
||||
return kobuki_message
|
||||
|
||||
@app.route("/database")
|
||||
def database():
|
||||
|
Reference in New Issue
Block a user