1232w
This commit is contained in:
parent
b3a46c3e68
commit
c3beaa02e9
|
|
@ -12,7 +12,7 @@ def index():
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@main.route("/orders", methods=["POST", "GET"])
|
@main.route("/orders/api_payments", methods=["POST", "GET"])
|
||||||
def index1():
|
def index1():
|
||||||
# Получаем все GET-параметры
|
# Получаем все GET-параметры
|
||||||
params = request.args.to_dict()
|
params = request.args.to_dict()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue