Skip to content

Commit

Permalink
Changed allow_headers to * (#231)
Browse files Browse the repository at this point in the history
Closes #228 

No real way to pytest this, but Sigmund tested in AWS after I patched
the image with this prior to the story.
  • Loading branch information
jcadam14 authored May 16, 2024
1 parent 42873f5 commit 121f0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbl_filing_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_migrations():
CORSMiddleware,
allow_origins=["*"],
allow_methods=["*"],
allow_headers=["authorization"],
allow_headers=["*"],
)


Expand Down

0 comments on commit 121f0cd

Please sign in to comment.