diff --git a/poizonstore/settings.py b/poizonstore/settings.py index b780f32..7fbec4a 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -33,6 +33,9 @@ ALLOWED_HOSTS = ["crm-poizonstore.ru", "127.0.0.1", "localhost", "45.84.227.72"] INTERNAL_IPS = ["127.0.0.1"] CORS_ALLOWED_ORIGINS = [ + "http://poizonstore.com", + "https://poizonstore.com", + "http://crm-poizonstore.ru", "https://crm-poizonstore.ru",