Skip to content

Commit

Permalink
fix origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford committed Jan 13, 2024
1 parent 4bb72ee commit 0c46325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dusa_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
CORSMiddleware,
allow_origins=[
"http://localhost:3000",
"https://down-under-stats-app.web.app/",
"https://down-under-stats-app.web.app",
],
allow_credentials=True,
allow_methods=["*"],
Expand Down

0 comments on commit 0c46325

Please sign in to comment.