From 1512df767cb28c14935b2de605c27c0c5c0bbe3c Mon Sep 17 00:00:00 2001 From: Shiwon Park Date: Tue, 6 Aug 2024 23:19:51 +0900 Subject: [PATCH] update: typo --- .vscode/settings.json | 1 + src/main.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f1c6afa..ae610da 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "Buildx", "dbml", "Gistalk", + "gistory", "gitops", "gsainfoteam", "infoteam", diff --git a/src/main.ts b/src/main.ts index 612a084..8f9affc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,6 +9,7 @@ async function bootstrap() { const configService = app.get(ConfigService); // set CORS config const whitelist = [ + /http:\/\/localhost:3000/, /https:\/\/.*gistalk.gistory.me/, /https:\/\/.*gistalk-fe.pages.dev/, /http:\/\/127.0.0.1:5173/,