Skip to content

Commit

Permalink
Potential fix for CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallyWeirdCat committed Dec 7, 2024
1 parent a485f47 commit a22267d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ def main():
app.add_middleware(
CORSMiddleware,
allow_origins=[
"http://localhost",
"http://0.0.0.0",
"http://127.0.0.1",
"*"
],
allow_credentials=True,
Expand Down

0 comments on commit a22267d

Please sign in to comment.