Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Jul 29, 2023
1 parent d24106e commit 45856db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
CORS_ALLOWED_ORIGINS = [
"http://localhost:8000",
"http://127.0.0.1:8000",
'http://localhost:3000'
'.herokuapp.com'
'http://localhost:3000',
'https://squib-9e460649f0f5.herokuapp.com'
# Add other allowed origins if needed
]
# CORS_ALLOW_ALL_ORIGINS = True
Expand Down

0 comments on commit 45856db

Please sign in to comment.