basket -> waybill

This commit is contained in:
2024-12-01 20:44:34 +03:00
parent b58fcc7d0e
commit 0d2a5ff959
3 changed files with 30 additions and 30 deletions

View File

@@ -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'))