diff --git a/config/conf/corsheaders.py b/config/conf/corsheaders.py index 5596a47..cbebae5 100644 --- a/config/conf/corsheaders.py +++ b/config/conf/corsheaders.py @@ -1,7 +1,7 @@ -CORS_ALLOWED_ORIGINS = [ - "https://example.com", - "http://localhost:3000", -] +# CORS_ALLOWED_ORIGINS = [ +# "https://example.com", +# "http://localhost:3000", +# ] CORS_ALLOW_ALL_ORIGINS = True