From 34777993120c0c4b0c122b0f8e5026abd596cb04 Mon Sep 17 00:00:00 2001 From: Sina Iman Date: Wed, 20 Nov 2024 00:32:27 -0500 Subject: [PATCH] cors update --- desci-server/src/server.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desci-server/src/server.ts b/desci-server/src/server.ts index f1fd06ba8..7e0b056e8 100644 --- a/desci-server/src/server.ts +++ b/desci-server/src/server.ts @@ -43,6 +43,7 @@ const allowlist = [ 'http://localhost:3001', 'http://localhost:61440', 'http://localhost:3002', + 'http://localhost:7000', 'http://host.docker.internal:3000', 'http://host.docker.internal:3002', 'http://127.0.0.1:3000', @@ -53,6 +54,7 @@ const allowlist = [ 'd3ge8gcb3rt5iw.amplifyapp.com', 'desci.com', 'gitpod.io', + 'preview-desci-labs.ycode.site', 'loca.lt' /** NOT SECURE */, 'vercel.app' /** NOT SECURE */, ];