We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59faed9 + 2a419c9 commit b52840fCopy full SHA for b52840f
backend/src/main.py
@@ -39,7 +39,7 @@ async def read_root():
39
# allow_headers=["*"],
40
# )
41
42
-origins = ["http://localhost:3000", "*", "https://ai-engineer-template.vercel.app"]
+origins = ["http://localhost:3000", "https://ai-engineer-template.vercel.app"]
43
app.add_middleware(
44
CORSMiddleware,
45
allow_origins=origins,
0 commit comments