diff --git a/backend/app/config.py b/backend/app/config.py index 0a351dd..695da2f 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -21,7 +21,7 @@ class Settings(BaseSettings): piston_url: str = "http://localhost:2000" # CORS - cors_origins: str = "http://localhost:3000" + cors_origins: str = "http://192.168.50.130:3091" @lru_cache