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)
@api.route('/clear', methods=['GET'])
def update_matrix():
def clear_canvas():
# prepare response data
response = { 'success': True }
try: