This commit is contained in:
Alex55 2026-03-19 12:11:25 +02:00
parent 3f4811465a
commit 1433590a54
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def index1():
@main.route("/sales", methods=["POST", "GET"])
def index2():
return "Hello GET"
return "Hello GET!!!++!!s"
@main.route("/newOrder", methods=["POST"])