mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
bugfix
This commit is contained in:
parent
0cdba2d430
commit
970786b1cd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user