Skip to content

Commit

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

0 comments on commit 793137e

Please sign in to comment.