Skip to content

Commit 234abca

Browse files
committed
allowed host chnage
1 parent c27fe6a commit 234abca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leetcode_backend/backend/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# SECURITY WARNING: don't run with debug turned on in production!
2727
DEBUG = True
2828

29-
ALLOWED_HOSTS = []
30-
29+
# settings.py
30+
ALLOWED_HOSTS = ['leetcode-helper-wn4c.onrender.com', 'localhost', '127.0.0.1']
3131

3232
# Application definition
3333

0 commit comments

Comments
 (0)