Skip to content

Commit f425dad

Browse files
committed
remove unneccessary allowed host
1 parent 9307608 commit f425dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

messWebsite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# SECURITY WARNING: don't run with debug turned on in production!
2121
DEBUG = env.bool("DEBUG", default=False)
2222

23-
ALLOWED_HOSTS = ["diningfee.iiti.ac.in", "127.0.0.1", "103.159.214.171"]
23+
ALLOWED_HOSTS = ["diningfee.iiti.ac.in", "127.0.0.1"]
2424
CSRF_TRUSTED_ORIGINS = ["http://diningfee.iiti.ac.in", "https://diningfee.iiti.ac.in"]
2525
# Application definition
2626

0 commit comments

Comments
 (0)