mirror of
https://github.com/bcomsugi/dasaproject.git
synced 2026-01-11 17:02:37 +07:00
minor
This commit is contained in:
parent
68b4edfe3d
commit
1765ec729c
2
main.py
2
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})
|
return templates.TemplateResponse("po_index.html", {"request":request, "name":item_name})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@app.get('/renew-iteminventory')
|
@app.get('/renew-iteminventory')
|
||||||
async def renew_iteminventory():
|
async def renew_iteminventory():
|
||||||
filename = "ItemInventory\ItemInventory_FromQB.xlsx"
|
filename = "ItemInventory\ItemInventory_FromQB.xlsx"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user