Skip to content

Commit

Permalink
adjust server again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 21, 2024
1 parent 793137e commit 5996adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ const corsOptions = {
"http://apps.7cav.us",
"https://apps.7cav.us",
"https://apps.7cav.us/",
"http://beta.apps.7cav.us",
"https://beta.apps.7cav.us",
"https://beta.apps.7cav.us/",
];
if (allowlist.indexOf(origin) !== -1 || !origin) {
callback(null, true);
Expand Down

0 comments on commit 5996adb

Please sign in to comment.