Skip to content

Commit 5820283

Browse files
authored
Update allowed hosts
1 parent 139add5 commit 5820283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task_manager/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# SECURITY WARNING: don't run with debug turned on in production!
3333
DEBUG = os.getenv("DEBUG", False)
3434

35-
ALLOWED_HOSTS = []
35+
ALLOWED_HOSTS = ['python-project-52-r4q7.onrender.com']
3636

3737

3838
# Application definition

0 commit comments

Comments
 (0)