This commit is contained in:
Alex55 2026-03-19 13:18:13 +02:00
parent 474e70ec70
commit 5c0c0e087e
1 changed files with 2 additions and 1 deletions

View File

@ -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"