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