diff --git a/src/config_schema.py b/src/config_schema.py index 41342cc..58ffc2c 100644 --- a/src/config_schema.py +++ b/src/config_schema.py @@ -86,8 +86,7 @@ class Settings(BaseModel): # Security cors_allow_origins: list[str] = Field( default_factory=lambda: [ - "https://innohassle.ru", - "http://localhost:3000", + "http://localhost", ], description="CORS origins, used by FastAPI CORSMiddleware", )