chore: update CORS origin configuration

This commit is contained in:
n.tolstov 2025-11-30 20:10:21 +03:00
parent 52d407020a
commit b02afc7f79

View File

@ -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