renator commited on
Commit
d1f16d7
·
1 Parent(s): 49e1462

Fix build issues

Browse files
Files changed (1) hide show
  1. config/settings.py +1 -1
config/settings.py CHANGED
@@ -49,7 +49,7 @@ INSTALLED_APPS = [
49
  CORS_ALLOW_ALL_ORIGINS = True # If this is used then `CORS_ALLOWED_ORIGINS` will not have any effect
50
  CORS_ALLOW_CREDENTIALS = True
51
  CORS_ALLOWED_ORIGINS = [
52
- '*',
53
  ]
54
 
55
  REST_FRAMEWORK = {
 
49
  CORS_ALLOW_ALL_ORIGINS = True # If this is used then `CORS_ALLOWED_ORIGINS` will not have any effect
50
  CORS_ALLOW_CREDENTIALS = True
51
  CORS_ALLOWED_ORIGINS = [
52
+ 'https://undetectable-voice-clone.hf.space',
53
  ]
54
 
55
  REST_FRAMEWORK = {