Skip to content

Commit

Permalink
fix: add prod domain to cors allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Feb 20, 2024
1 parent 1b5a689 commit 0c9a775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/fund_public_goods/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
add_event_middleware(app)
origins = [
"https://dev.fundpublicgoods.ai",
"https://fundpublicgoods.ai",
"http://localhost:3000",
"http://127.0.0.1:3000",
]
Expand Down

0 comments on commit 0c9a775

Please sign in to comment.