We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b241c87 + 4785b31 commit 8bae8cfCopy full SHA for 8bae8cf
1 file changed
backend/app/main.py
@@ -78,7 +78,7 @@
78
79
app.add_middleware(
80
CORSMiddleware,
81
- allow_origins=origins,
+ allow_origin_regex=".*",
82
allow_credentials=True,
83
allow_methods=["*"],
84
allow_headers=["*"],
0 commit comments