From 5108fd56ae450c25cafcc49dc57f3a4b4f17d7ed Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 9 Oct 2025 20:20:23 -0400 Subject: [PATCH] Added other urls --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index a6a8474..15da91b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,6 +92,8 @@ pub mod init { _ => { // Development (default): Allow localhost origins cors.allow_origin(vec![ + "http://localhost:3000".parse().unwrap(), + "http://127.0.0.1:3000".parse().unwrap(), "http://localhost:8001".parse().unwrap(), "http://127.0.0.1:8001".parse().unwrap(), "http://localhost:4200".parse().unwrap(),