Skip to content

Commit 77d257c

Browse files
allowed hosts to all
1 parent 258fecc commit 77d257c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

journal/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# SECURITY WARNING: don't run with debug turned on in production!
1616
DEBUG = True
1717

18-
ALLOWED_HOSTS = ['jord.fly.dev', 'localhost', 'https://jord.fly.dev' ]
18+
ALLOWED_HOSTS = ['*' ]
1919

2020

2121
# Application definition

0 commit comments

Comments
 (0)