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"