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()