Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manushi1224 committed Nov 5, 2023
1 parent 9b2377e commit c5c9f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5c9f38

Please sign in to comment.