This commit is contained in:
2025-10-30 23:12:30 +01:00
parent 4a3cb63263
commit 3941ec61d3
7 changed files with 77 additions and 58 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::net::SocketAddr;
use tokio::net::TcpListener;
use tower::make::Shared;
use backend::{routes, utils::bootstrap::init_component};
use papercrate::{routes, utils::bootstrap::init_component};
#[tokio::main]
async fn main() -> anyhow::Result<()> {