jsolow commited on
Commit
81ce90c
1 Parent(s): 9b3dc6f

Remove test for allowed_hosts

Browse files

Did not resolve issue on spaces view

Files changed (1) hide show
  1. src/grubguesser/settings.py +0 -1
src/grubguesser/settings.py CHANGED
@@ -32,7 +32,6 @@ app_domain = os.getenv("HF_SPACE_DOMAIN")
32
  if app_domain:
33
  ALLOWED_HOSTS.append(app_domain)
34
 
35
- ALLOWED_HOSTS = ["*"]
36
 
37
  # Application definition
38
 
 
32
  if app_domain:
33
  ALLOWED_HOSTS.append(app_domain)
34
 
 
35
 
36
  # Application definition
37