thejagstudio commited on
Commit
d0d29d6
1 Parent(s): 64d72d0

Update cloudStorage/settings.py

Browse files
Files changed (1) hide show
  1. cloudStorage/settings.py +2 -2
cloudStorage/settings.py CHANGED
@@ -31,9 +31,9 @@ X_FRAME_OPTIONS = 'SAMEORIGIN'
31
  ALLOWED_HOSTS = ['127.0.0.1', 'thejagstudio-cloudstorage.hf.space','*']
32
  CORS_ALLOWED_ORIGINS = [
33
  'https://thejagstudio-cloudstorage.hf.space',
34
- 'https://huggingface.co/spaces/thejagstudio/CloudStorage'
35
  ]
36
-
37
 
38
  # Application definition
39
 
 
31
  ALLOWED_HOSTS = ['127.0.0.1', 'thejagstudio-cloudstorage.hf.space','*']
32
  CORS_ALLOWED_ORIGINS = [
33
  'https://thejagstudio-cloudstorage.hf.space',
34
+ 'https://huggingface.co'
35
  ]
36
+ CORS_ALLOW_ALL_ORIGINS = True
37
 
38
  # Application definition
39