pvanand commited on
Commit
a139462
1 Parent(s): cdc3feb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -791,6 +791,7 @@ app.add_middleware(
791
  allow_credentials=True,
792
  allow_methods=["GET", "POST"],
793
  allow_headers=["*"],
 
794
  )
795
  if __name__ == "__main__":
796
  import uvicorn
 
791
  allow_credentials=True,
792
  allow_methods=["GET", "POST"],
793
  allow_headers=["*"],
794
+ expose_headers=["Content-Disposition"]
795
  )
796
  if __name__ == "__main__":
797
  import uvicorn