Skip to content

Commit

Permalink
🎨 #21 CORSの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Jan 29, 2025
1 parent afe9ba8 commit c03a91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
allow_origins=[
"http://localhost:3000",
"https://realtime-api-web-console.vercel.app",
"https://local-keitakn.ai-meow-cat.com",
],
allow_credentials=True,
allow_methods=["*"],
Expand Down

0 comments on commit c03a91c

Please sign in to comment.