This commit is contained in:
waltem01 2023-11-23 14:03:55 +01:00
parent 0cdba2d430
commit 970786b1cd

View File

@ -131,7 +131,7 @@ def set_color():
return jsonify(response) return jsonify(response)
@api.route('/clear', methods=['GET']) @api.route('/clear', methods=['GET'])
def update_matrix(): def clear_canvas():
# prepare response data # prepare response data
response = { 'success': True } response = { 'success': True }
try: try: