firepenguindisopanda commited on
Commit
a7be63b
·
1 Parent(s): c87bf5e

updated cors

Browse files
Files changed (1) hide show
  1. app/main.py +1 -0
app/main.py CHANGED
@@ -177,6 +177,7 @@ origins = [
177
  "http://localhost:3001", # Next.js Dev (alternative port)
178
  "https://multi-agent-v3.vercel.app", # Next.js Prod
179
  "http://localhost:5001", # Current Dev
 
180
  ]
181
 
182
  app.add_middleware(
 
177
  "http://localhost:3001", # Next.js Dev (alternative port)
178
  "https://multi-agent-v3.vercel.app", # Next.js Prod
179
  "http://localhost:5001", # Current Dev
180
+ "https://idea-sprinter-web.vercel.app"
181
  ]
182
 
183
  app.add_middleware(