changed origin

This commit is contained in:
Colin McKechney
2023-05-07 20:39:14 +00:00
parent fbbdfd246c
commit 9a6996d2c1

View File

@@ -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)]