From df86ff8ae5a1962f2c405bd888bf0a426f4e9e24 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 25 Sep 2025 15:35:00 -0500 Subject: [PATCH] refac --- servers/flashcards/main.py | 1 + 1 file changed, 1 insertion(+) 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"], ) # -------------------------------