Add temp domain
This commit is contained in:
2
index.js
2
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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user