Skip to content

Commit

Permalink
Added domain name to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 27, 2024
1 parent bad1684 commit 1888992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/rabbit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
DEBUG = True


ALLOWED_HOSTS = ['rabbit-23mo.onrender.com']
ALLOWED_HOSTS = ['rabbitapi.onrender.com']

CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOWED_ORIGINS = [
Expand Down

0 comments on commit 1888992

Please sign in to comment.