Skip to content

Commit

Permalink
Modified settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
madhvi-n committed Feb 8, 2025
1 parent 9a8d97a commit bf7fe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reddit_clone/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_env_variable(var_name):
ALLOWED_HOSTS = [
u'localhost',
u'127.0.0.1',
'django-reddit.onrender.com'
'https://reddit-clone-jzgs.onrender.com'
]


Expand Down

0 comments on commit bf7fe7f

Please sign in to comment.