Skip to content

Commit

Permalink
allow request from beta frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyleal committed Jul 4, 2024
1 parent a0be373 commit 07e6071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const corsOptions = {
process.env.CLIENT_BASE_URL,
process.env.API_BASE_URL,
'https://checkout.stripe.com',
'https://www.orientation.skule.ca',
'https://www.beta.orientation.skule.ca',
],
};

Expand Down

0 comments on commit 07e6071

Please sign in to comment.