Skip to content

Commit 242727b

Browse files
committed
fix: CORS設定にtalkscope-kc3hack.vercel.appを追加
1 parent 9ad473c commit 242727b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Backend/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async def lifespan(app: fastapi.FastAPI):
5757
"http://127.0.0.1:5173",
5858
"https://127.0.0.1:5173",
5959
"http://127.0.0.1:51080",
60+
"https://talkscope-kc3hack.vercel.app"
6061
]
6162
env_origins = [
6263
origin.strip() for origin in os.getenv("ALLOWED_ORIGINS", "").split(",") if origin.strip()

0 commit comments

Comments
 (0)