From 07e607140f929f379712baf4d8cfd2d77f8dc899 Mon Sep 17 00:00:00 2001 From: chocoboash Date: Wed, 3 Jul 2024 23:35:11 -0400 Subject: [PATCH] allow request from beta frontend --- server/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/app.js b/server/src/app.js index 08013180..7a3c9d08 100644 --- a/server/src/app.js +++ b/server/src/app.js @@ -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', ], };