Skip to content

Commit 9e603fb

Browse files
committed
updated origins
1 parent 1457bd4 commit 9e603fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Set up CORS
2121
app.add_middleware(
2222
CORSMiddleware,
23-
allow_origins=["https://www.gitmentor.co", "https://gitmentor.vercel.app", "https://api.gitmentor.co"],
23+
allow_origins=["*"],
2424
allow_credentials=True,
2525
allow_methods=["*"],
2626
allow_headers=["*"],

0 commit comments

Comments
 (0)