From 182ec8714bf64f107d78bd5cf6ec8e92d5d50379 Mon Sep 17 00:00:00 2001 From: Arun Pariyar Date: Thu, 11 Jul 2024 10:54:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20In=20the=20cors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 1da5cf3..d523295 100644 --- a/src/app.ts +++ b/src/app.ts @@ -16,7 +16,7 @@ config(); const app: Express = express(); const corsConfig = { - origin: 'https://project-code-log.vercel.app/', + origin: 'https://project-code-log.vercel.app', methods: 'GET,HEAD,PUT,PATCH,POST,DELETE', };