Skip to content

Commit

Permalink
Upd local settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaakgul committed Feb 3, 2024
1 parent f95412c commit f3c3a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}


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


SIMPLE_JWT = {
Expand Down

0 comments on commit f3c3a46

Please sign in to comment.