Skip to content

Commit dce0bf7

Browse files
committed
fix: domains blocked
1 parent 089353a commit dce0bf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backend/bitmatch/settings.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232

3333
DEBUG = DJANGO_ENV == "DEV"
3434

35-
if DJANGO_ENV == "PROD":
36-
ALLOWED_HOSTS = ["bitmatchapp.com", "www.bitmatchapp.com"]
37-
else:
38-
ALLOWED_HOSTS = ["localhost", "127.0.0.1"]
35+
ALLOWED_HOSTS = ["*"]
3936

4037
REST_FRAMEWORK = {
4138
"DEFAULT_AUTHENTICATION_CLASSES": (

0 commit comments

Comments
 (0)