diff --git a/servers/flashcards/main.py b/servers/flashcards/main.py index 4384e32..42b1630 100644 --- a/servers/flashcards/main.py +++ b/servers/flashcards/main.py @@ -17,6 +17,7 @@ app.add_middleware( allow_credentials=True, allow_methods=["*"], allow_headers=["*"], + expose_headers=["Content-Disposition"], ) # -------------------------------