basket -> waybill
This commit is contained in:
@@ -14,7 +14,7 @@ def index():
|
||||
|
||||
@waybill_bp.route('/clear', methods=['GET'])
|
||||
@check_auth
|
||||
def clear_basket():
|
||||
def clear_waybill():
|
||||
clear()
|
||||
return redirect(url_for('waybill_bp.index'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user