diff --git a/backend/app/main.py b/backend/app/main.py index 0f29f2b1..2b737976 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -20,7 +20,7 @@ "http://localhost:5500", "https://cara-janavipandoles-projects.vercel.app",], # update as needed allow_credentials=True, - allow_methods=["*"], + allow_methods=["GET", "POST", "OPTIONS"], allow_headers=["*"], )