From af201086a773e3a9ff6fcef320419a478ca98c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Tue, 24 Sep 2024 18:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index efb6782..882748c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,5 +9,5 @@ async fn main() { let (_std_guard, _file_guard) = library::core::logger::init_log(config!()); library::core::db::init_database(config!()).await; - system::serve().await; + server::serve().await; }