From c3beaa02e9600026a95aeacef1e09304d769f48f Mon Sep 17 00:00:00 2001 From: Alex55 Date: Thu, 19 Mar 2026 11:16:27 +0200 Subject: [PATCH] 1232w --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 0579eee..a7fa9f1 100644 --- a/app/routes.py +++ b/app/routes.py @@ -12,7 +12,7 @@ def index(): -@main.route("/orders", methods=["POST", "GET"]) +@main.route("/orders/api_payments", methods=["POST", "GET"]) def index1(): # Получаем все GET-параметры params = request.args.to_dict()