This commit is contained in:
Alex55 2026-03-19 11:16:27 +02:00
parent b3a46c3e68
commit c3beaa02e9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def index():
@main.route("/orders", methods=["POST", "GET"]) @main.route("/orders/api_payments", methods=["POST", "GET"])
def index1(): def index1():
# Получаем все GET-параметры # Получаем все GET-параметры
params = request.args.to_dict() params = request.args.to_dict()