From afee8869a6e9c974251fe1c0f4632ce27e8239a6 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Sat, 8 Jul 2023 16:30:12 -0400 Subject: [PATCH] Add temp domain --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ef67919..29ec9a9 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,7 @@ const webPushEmail = process.env.WEB_PUSH_EMAIL; webPush.setVapidDetails('mailto:' + webPushEmail, publicVapidKey, privateVapidKey); var corsOptions = { - origin: ['http://localhost:8080', "https://social.emmint.com"], + origin: ['http://localhost:8080', "https://social.emmint.com", "https://fellowship.emmint.com"], credentials: true };