First one #8

Merged
phoenix merged 42 commits from get_it_going into v0.2.0 2026-06-13 19:49:15 -04:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3cf8dcda94 - Show all commits
+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)
}
}
+1
View File
@@ -1 +1,2 @@
pub mod config;
pub mod db;