Skip to content

Commit b7f3ffa

Browse files
committed
Allowed Hosts Change
1 parent c5b6987 commit b7f3ffa

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Diff for: db.sqlite3

0 Bytes
Binary file not shown.

Diff for: locallibrary/__pycache__/settings.cpython-310.pyc

149 Bytes
Binary file not shown.

Diff for: locallibrary/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# DEBUG = True
3030
DEBUG = os.environ.get('DJANGO_DEBUG', '') != 'False'
3131

32-
ALLOWED_HOSTS = ['https://djangolocallibrary-production-b84a.up.railway.app/','127.0.0.1']
32+
ALLOWED_HOSTS = ['djangolocallibrary-production-b84a.up.railway.app','127.0.0.1']
3333
CSRF_TRUSTED_ORIGINS = ['https://web-production-3640.up.railway.app']
3434

3535

0 commit comments

Comments
 (0)