Changed allowed urls

This commit is contained in:
kdeng00
2025-10-09 20:37:34 -04:00
parent 980edf1723
commit 71991c376c
+2
View File
@@ -97,6 +97,8 @@ pub mod init {
cors.allow_origin(vec![ cors.allow_origin(vec![
"http://localhost:3000".parse().unwrap(), "http://localhost:3000".parse().unwrap(),
"http://127.0.0.1:3000".parse().unwrap(), "http://127.0.0.1:3000".parse().unwrap(),
"http://localhost:8000".parse().unwrap(),
"http://127.0.0.1:8000".parse().unwrap(),
"http://localhost:8001".parse().unwrap(), "http://localhost:8001".parse().unwrap(),
"http://127.0.0.1:8001".parse().unwrap(), "http://127.0.0.1:8001".parse().unwrap(),
"http://localhost:4200".parse().unwrap(), "http://localhost:4200".parse().unwrap(),