chore: update CORS origin configuration
This commit is contained in:
parent
52d407020a
commit
b02afc7f79
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user