From 6815133b01f898fdd670e5f1195e861ec3289ee1 Mon Sep 17 00:00:00 2001 From: bcomsugi Date: Mon, 2 Sep 2024 03:55:41 +0700 Subject: [PATCH] update --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 919e629..7838552 100644 --- a/main.py +++ b/main.py @@ -227,7 +227,7 @@ async def get_generalsalesreport(request: Request): return datas1[0], responseRt.get_total(), datas1[1] -@app.post('/dasa2/salesorder') +@app.post('/dasa2/salesorderadd') async def salesorderadd(request: Request): salesorderdict = await request.body() print("")