From 970bdb8830b868308d7cd9637f9e53dd87506d14 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 6 Jul 2024 06:35:36 -0500 Subject: [PATCH] add another --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index c70884b..e235403 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,6 +52,7 @@ async fn main() -> std::io::Result<()> { let cors = Cors::default() .send_wildcard() .allowed_origin("https://tfcconnection.org") + .allowed_origin("https://tfcconnection.org, https://tfcconnection.org") .allowed_origin("http://localhost:1313") .allowed_origin("http://127.0.0.1:1313") .allow_any_method()