Skip to content

Commit 04f7ced

Browse files
authored
Fix allowed hosts setting variable
1 parent 2283b32 commit 04f7ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTSS: list[str] = []
28+
ALLOWED_HOSTS: list[str] = []
2929

3030

3131
# Application definition

0 commit comments

Comments
 (0)