Skip to content

Commit

Permalink
chore: add staging to cors
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Nov 7, 2024
1 parent 33c6d7a commit 98bad8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98bad8d

Please sign in to comment.