Cleaning up comments
This commit is contained in:
-14
@@ -1,19 +1,5 @@
|
|||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
// initialize tracing
|
// initialize tracing
|
||||||
tracing_subscriber::fmt::init();
|
tracing_subscriber::fmt::init();
|
||||||
|
|
||||||
/*
|
|
||||||
match tokio::net::TcpListener::bind(config::host::get_full()).await {
|
|
||||||
Ok(listener) => {
|
|
||||||
// build our application with routes
|
|
||||||
let app = config::init::app().await;
|
|
||||||
axum::serve(listener, app).await.unwrap();
|
|
||||||
}
|
|
||||||
Err(err) => {
|
|
||||||
eprintln!("Error: {err:?}")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user