From e0ef0513bca27e87be23241ae719573899d48b4f Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 1 Nov 2025 14:50:45 -0400 Subject: [PATCH] tsk-208: Accidentally changed port --- src/config/host.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";