From 66966bec73ada477c4c0366c0b1fe0dad4d1c43c Mon Sep 17 00:00:00 2001 From: Rohit Kumar <99486732+Princerey@users.noreply.github.com> Date: Tue, 16 Apr 2024 03:22:17 +0530 Subject: [PATCH] chore : whitelist updated --- src/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 2784282..cca5fcb 100644 --- a/src/app.js +++ b/src/app.js @@ -16,7 +16,8 @@ const whitelist = [ 'https://enigma-web-preview.web.app', 'https://dev.enigmavssut.com', 'http://club.enigma.code:3000', - 'http://localhost:3000' + 'http://localhost:3000', + 'https://dev.enigmavssut.com' ] const app = express()