1232w
This commit is contained in:
parent
3f4811465a
commit
1433590a54
|
|
@ -24,7 +24,7 @@ def index1():
|
||||||
|
|
||||||
@main.route("/sales", methods=["POST", "GET"])
|
@main.route("/sales", methods=["POST", "GET"])
|
||||||
def index2():
|
def index2():
|
||||||
return "Hello GET"
|
return "Hello GET!!!++!!s"
|
||||||
|
|
||||||
|
|
||||||
@main.route("/newOrder", methods=["POST"])
|
@main.route("/newOrder", methods=["POST"])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue