Skip to content

Commit ef7e9f4

Browse files
committed
fix: allowed hosts
1 parent 2f8ef56 commit ef7e9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/fnet/production_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
SECRET_KEY = get_env("DJANGO_SECRET_KEY")
1717

18-
# ALLOWED_HOSTS = ["*"]
18+
ALLOWED_HOSTS = ["*"]
1919

2020
DATA_DIR = "/data"
2121

0 commit comments

Comments
 (0)