修改启动入口错误的问题

This commit is contained in:
李运家 2024-09-24 18:00:05 +08:00
parent 0ff0e81c60
commit af201086a7

View File

@ -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;
}