We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1457bd4 commit 9e603fbCopy full SHA for 9e603fb
1 file changed
backend/app/main.py
@@ -20,7 +20,7 @@
20
# Set up CORS
21
app.add_middleware(
22
CORSMiddleware,
23
- allow_origins=["https://www.gitmentor.co", "https://gitmentor.vercel.app", "https://api.gitmentor.co"],
+ allow_origins=["*"],
24
allow_credentials=True,
25
allow_methods=["*"],
26
allow_headers=["*"],
0 commit comments