diff --git a/src/config/host.rs b/src/config/host.rs index 1bb0417..f692adc 100644 --- a/src/config/host.rs +++ b/src/config/host.rs @@ -4,4 +4,4 @@ pub fn get_full() -> String { } pub const ADDRESS: &str = "0.0.0.0"; -pub const PORT: &str = "8080"; +pub const PORT: &str = "8000";