1232w
This commit is contained in:
parent
474e70ec70
commit
5c0c0e087e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue