diff --git a/core/settings/__init__.py b/core/settings/__init__.py index 5f79e3f..ab7991d 100644 --- a/core/settings/__init__.py +++ b/core/settings/__init__.py @@ -76,8 +76,7 @@ MIDDLEWARE = [ ] CORS_ORIGIN_WHITELIST = [ - 'http://localhost:3000', - 'https://localhost:3000' + '*' ] ROOT_URLCONF = 'core.urls'