Redmind commited on
Commit
5311fea
·
verified ·
1 Parent(s): 670c74c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -499,7 +499,7 @@ async def get_document(company_id: str = Query(...), company_name: str = Query(.
499
  raise HTTPException(status_code=500, detail="Internal Server Error")
500
 
501
  #on update of modal form the data table is refresh the value in datatable
502
- @app.get("/api/document_update")
503
  async def get_document(company_id: str = Query(...)):
504
  print(f"Received companyId and name: {company_id},{company_id}") # Log rec
505
  #async def get_data_connectors(company_id: str, company_name: str):
 
499
  raise HTTPException(status_code=500, detail="Internal Server Error")
500
 
501
  #on update of modal form the data table is refresh the value in datatable
502
+ @app.get("/api/document_update")
503
  async def get_document(company_id: str = Query(...)):
504
  print(f"Received companyId and name: {company_id},{company_id}") # Log rec
505
  #async def get_data_connectors(company_id: str, company_name: str):