Skip to content

Commit abe98dc

Browse files
committed
change alowed host
1 parent 7b2f5f6 commit abe98dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode_backend/backend/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
DEBUG = True
2828

2929
# settings.py
30-
ALLOWED_HOSTS = ['.render.com', 'localhost', '127.0.0.1']
30+
ALLOWED_HOSTS = ['.onrender.com', 'localhost', '127.0.0.1']
3131

3232
# Application definition
3333

0 commit comments

Comments
 (0)