We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a2667 commit bb17b8fCopy full SHA for bb17b8f
frontend/settings.py
@@ -33,7 +33,7 @@
33
HOST_CONFIG = os.getenv("ALLOWED_HOSTS").split(",")
34
35
# ALLOWED_HOSTS = HOST_CONFIG
36
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ["*"]
37
38
# Application definition
39
0 commit comments