Skip to content

Commit

Permalink
updated the settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fareed95 committed Nov 2, 2024
1 parent 4f05678 commit cb80a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
ALLOWED_HOSTS = [
'127.0.0.1',
'localhost',
'0.0.0.0'
'https://code-cell-website-fv8m.onrender.com'
'0.0.0.0',
'https://code-cell-website-fv8m.onrender.com',
]
CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
Expand Down

0 comments on commit cb80a1f

Please sign in to comment.