We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a879728 commit 30f256cCopy full SHA for 30f256c
api/settings.py
@@ -43,7 +43,7 @@ def set_cors_origin_list(cls, cors_origin_list, info: FieldValidationInfo):
43
valid_cors = cors_origin_list or []
44
45
# Add phidata to cors origin list
46
- valid_cors.extend(["https://phidata.app", "https://www.phidata.app"])
+ valid_cors.extend(["https://phidata.app", "https://www.phidata.app", "http://localhost:3000"])
47
48
runtime_env = info.data.get("runtime_env")
49
if runtime_env == "dev":
0 commit comments