diff --git a/server/src/main.rs b/server/src/main.rs index b27e047..df315e5 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -81,6 +81,7 @@ async fn rocket() -> _ { "https://race-of-sloths.io", "https://race-of-sloths.com", "https://race-of-sloths-website.vercel.app", + "https://race-of-sloths-website-three.vercel.app", ]); let cors = rocket_cors::CorsOptions { allowed_origins,