Vaibhav84 commited on
Commit
97301c2
·
1 Parent(s): 673a232
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def AllProfileMatchResults():
66
  df = pd.read_sql_query(dbQuery, conn)
67
  return parse_csv(df)
68
 
69
- @app.post("/UploadJobDescriptionOpenText/")
70
  def UploadOpenText(text : str, filename : str):
71
 
72
  returnID = UploadOpenFile.uploadFile(text,filename,db_params,True)
 
66
  df = pd.read_sql_query(dbQuery, conn)
67
  return parse_csv(df)
68
 
69
+ @app.get("/UploadJobDescriptionOpenText/")
70
  def UploadOpenText(text : str, filename : str):
71
 
72
  returnID = UploadOpenFile.uploadFile(text,filename,db_params,True)