From 748a1534cb962c0a97e26195829beea1e3ee2b34 Mon Sep 17 00:00:00 2001 From: bluehorn07 Date: Sun, 8 Oct 2023 17:45:11 +0900 Subject: [PATCH] update cors list --- src/main.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 2bd0447..b6cb1a8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,8 +11,9 @@ async function bootstrap() { origin: [ 'http://localhost:8000', 'http://localhost:9000', - 'https://poapper.com', - 'https://dev.poapper.com', + 'http://localhost:9001', + 'https://poapper.club', + 'https://dev.poapper.club', ], credentials: true, });