Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyleal committed Jul 4, 2024
1 parent 07e6071 commit 5de6558
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions server/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ app.use(loggerMiddleware);

const corsOptions = {
credentials: true,
origin: [
process.env.CLIENT_BASE_URL,
process.env.API_BASE_URL,
'https://checkout.stripe.com',
'https://www.beta.orientation.skule.ca',
],
origin: '*',
};

app.use(cors(corsOptions));
Expand Down

0 comments on commit 5de6558

Please sign in to comment.