tsk-208: Moving config and endpoint code (#236)
* tsk-208: Moving config and endpoint code * tsk-208: Code formatting * tsk-208: Version bump * tsk-208: Accidentally changed port
This commit was merged in pull request #236.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// Full hosting address that the application will be broadcasting
|
||||
pub fn get_full() -> String {
|
||||
format!("{ADDRESS}:{PORT}")
|
||||
}
|
||||
|
||||
pub const ADDRESS: &str = "0.0.0.0";
|
||||
pub const PORT: &str = "8000";
|
||||
@@ -0,0 +1 @@
|
||||
pub mod host;
|
||||
Reference in New Issue
Block a user