config changes

This commit is contained in:
2026-06-13 14:56:06 -04:00
parent 93ab1d5db0
commit 3cf8dcda94
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ pub mod host {
pub const PORT: i64 = 9081;
pub fn get_full() -> String {
String::new()
let address: &str = "0.0.0.0";
format!("{}:{}", address, PORT)
}
}