diff --git a/cpv3/infrastructure/settings.py b/cpv3/infrastructure/settings.py index e6defeb..1dc8590 100644 --- a/cpv3/infrastructure/settings.py +++ b/cpv3/infrastructure/settings.py @@ -21,8 +21,8 @@ class Settings(BaseSettings): "http://localhost:3000", "http://localhost:3001", "http://localhost:8000", - "http://192.168.1.47:3000", - "http://192.168.1.47", + "https://app.trimgu.ru/", + "https://api.trimgu.ru/", ], alias="CORS_ALLOWED_ORIGINS", )