From 0c9a775c732cc4be014db1b3154a3148af460bd7 Mon Sep 17 00:00:00 2001 From: dOrgJelli Date: Tue, 20 Feb 2024 10:26:09 +0100 Subject: [PATCH] fix: add prod domain to cors allow list --- workers/fund_public_goods/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workers/fund_public_goods/main.py b/workers/fund_public_goods/main.py index fabbd92..6edb820 100644 --- a/workers/fund_public_goods/main.py +++ b/workers/fund_public_goods/main.py @@ -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", ]