Skip to content

Commit 30a34f2

Browse files
committed
Update utils.py
1 parent cec7b49 commit 30a34f2

File tree

1 file changed

+1
-1
lines changed
  • packages/backend-server/app/utils

1 file changed

+1
-1
lines changed

packages/backend-server/app/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_uuid():
4040

4141
def get_origins(env):
4242
data = {
43-
"production": ["https://app.zecrypt.io"],
43+
"production": ["https://app.zecrypt.io", "http://localhost:3000"],
4444
"dev": ["http://localhost:3000", "https://preview.app.zecrypt.io", "chrome-extension://*"],
4545
}
4646
return data.get(env, ["*"])

0 commit comments

Comments
 (0)