Skip to content

Commit

Permalink
Expose headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 14, 2024
1 parent 3c2e092 commit 374aee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/infrastructure/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async def lifespan(app: FastAPI):
allow_origins = ["*"],
allow_methods = ["*"],
allow_headers = ["*"],
expose_headers = ["*"],
allow_credentials = True
)
app.add_middleware(
Expand Down

0 comments on commit 374aee4

Please sign in to comment.