Skip to content

Commit

Permalink
Upd base settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaakgul committed Feb 3, 2024
1 parent 8a7b63d commit 9b4ad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
SECRET_KEY = env('SECRET_KEY')


ALLOWED_HOSTS = ["nodeme-backend-env.eba-6zp3pfnk.eu-central-1.elasticbeanstalk.com", '*']
ALLOWED_HOSTS = ['*']


# Application definition
Expand Down

0 comments on commit 9b4ad81

Please sign in to comment.