We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2f5f6 commit abe98dcCopy full SHA for abe98dc
leetcode_backend/backend/settings.py
@@ -27,7 +27,7 @@
27
DEBUG = True
28
29
# settings.py
30
-ALLOWED_HOSTS = ['.render.com', 'localhost', '127.0.0.1']
+ALLOWED_HOSTS = ['.onrender.com', 'localhost', '127.0.0.1']
31
32
# Application definition
33
0 commit comments