From 5c0c0e087ed33bb4800cc2c5159e7cd0151a25e0 Mon Sep 17 00:00:00 2001 From: Alex55 Date: Thu, 19 Mar 2026 13:18:13 +0200 Subject: [PATCH] 1232w --- app/routes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index a23f49d..4515917 100644 --- a/app/routes.py +++ b/app/routes.py @@ -16,8 +16,9 @@ def index(): def index1(): # Получаем все GET-параметры params = request.args.to_dict() - + logging.warn(f"newOrder: {params}") # Просто выводим на экран (в ответ клиенту) + return f"Received params: {params}", 200 return "Hello GET"