mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 14:25:36 +01:00
Fix
This commit is contained in:
@@ -12,11 +12,6 @@ use tracing_subscriber::{filter, layer::SubscriberExt, util::SubscriberInitExt};
|
||||
use crate::views::get_router;
|
||||
|
||||
async fn start_app() {
|
||||
tracing_subscriber::fmt()
|
||||
.with_target(false)
|
||||
.compact()
|
||||
.init();
|
||||
|
||||
let addr = SocketAddr::from(([0, 0, 0, 0], 8080));
|
||||
|
||||
let app = get_router().await;
|
||||
|
||||
Reference in New Issue
Block a user