From 9a6996d2c1c870122c88d1e750e2959ba7d42580 Mon Sep 17 00:00:00 2001 From: Colin McKechney Date: Sun, 7 May 2023 20:39:14 +0000 Subject: [PATCH] changed origin --- backend/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main.rs b/backend/src/main.rs index 2cff7be..6a01239 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -9,7 +9,7 @@ mod api; mod config; static PORT: u16 = 8000; -const ALLOWED_ORIGIN: &str = "http://localhost:8009"; +const ALLOWED_ORIGIN: &str = "http://3.219.93.142:8009"; #[derive(Default, Debug, Serialize, Deserialize, Clone)]