config changes
This commit is contained in:
+2
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user