Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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):
|