修改启动入口错误的问题
This commit is contained in:
parent
0ff0e81c60
commit
af201086a7
@ -9,5 +9,5 @@ async fn main() {
|
|||||||
let (_std_guard, _file_guard) = library::core::logger::init_log(config!());
|
let (_std_guard, _file_guard) = library::core::logger::init_log(config!());
|
||||||
library::core::db::init_database(config!()).await;
|
library::core::db::init_database(config!()).await;
|
||||||
|
|
||||||
system::serve().await;
|
server::serve().await;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user