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