From 50daad7ba08d9f09110b9ecdf0143ee2f0779377 Mon Sep 17 00:00:00 2001 From: bluehorn07 Date: Sun, 8 Sep 2024 19:13:48 +0900 Subject: [PATCH] update cors list --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 2a6c9f4..cda90f6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,6 +10,8 @@ async function bootstrap() { origin: [ 'http://localhost:3000', 'http://localhost:3001', + 'https://localhost:3000', + 'https://localhost:3001', 'https://popo.poapper.club', 'https://popo-dev.poapper.club',