Skip to content

Commit

Permalink
fix: add www subdomain 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 58ee8e2 commit 5ddc316
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://www.fundpublicgoods.ai",
"https://fundpublicgoods.ai",
"http://localhost:3000",
"http://127.0.0.1:3000",
Expand Down

0 comments on commit 5ddc316

Please sign in to comment.