diff --git a/backend/backend/settings.py b/backend/backend/settings.py index 16499df..d29c76c 100644 --- a/backend/backend/settings.py +++ b/backend/backend/settings.py @@ -36,7 +36,8 @@ #manually added cors_allowed_origins CORS_ALLOWED_ORIGINS = [ - 'http://localhost:3000', # Adjust this to match your React app's domain. + 'http://localhost:3000', + 'https://bookthetic.netlify.app' ] # CORS_ALLOW_CREDENTIALS = True