Skip to content

Commit

Permalink
adjust server to allow for beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 21, 2024
1 parent c80ea76 commit cdbae5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .next/cache/webpack/client-development/10.pack.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const corsOptions = {
"http://apps.7cav.us",
"https://apps.7cav.us",
"https://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 cdbae5e

Please sign in to comment.