From ae6723c1d8a9ee2f6f409524dbad3ef7b3645671 Mon Sep 17 00:00:00 2001 From: Andrey Gruzdev Date: Thu, 8 Feb 2024 16:53:09 +0100 Subject: [PATCH] update cors --- nest/src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nest/src/main.ts b/nest/src/main.ts index 2620639..0ba0581 100644 --- a/nest/src/main.ts +++ b/nest/src/main.ts @@ -20,7 +20,9 @@ async function bootstrap() { app.enableCors({ origin: [ 'https://near.org', + 'https://test.near.org', 'https://near.social', + 'https://test.near.social', 'https://api.sourcescan.dev', 'https://sourcescan.dev', 'https://testnet.sourcescan.dev',