From 1765ec729c89e44607099041b7b59b245cbc5c9a Mon Sep 17 00:00:00 2001 From: bcomsugi Date: Wed, 24 Jul 2024 07:35:17 +0700 Subject: [PATCH] minor --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 1c39e6c..e436a76 100644 --- a/main.py +++ b/main.py @@ -45,8 +45,6 @@ async def hello(request:Request, item_name:str=None, cust_id:str=None, cust_name return templates.TemplateResponse("po_index.html", {"request":request, "name":item_name}) - - @app.get('/renew-iteminventory') async def renew_iteminventory(): filename = "ItemInventory\ItemInventory_FromQB.xlsx"