Spaces:
Build error
Build error
Remove test for allowed_hosts
Browse filesDid not resolve issue on spaces view
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 |
|