test commit for the website
This commit is contained in:
@@ -9,7 +9,7 @@ type WebResult<T> = std::result::Result<T, Rejection>;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
pretty_env_logger::init();
|
||||
pretty_env_logger::init(); // test change
|
||||
|
||||
let db = model::todo_db();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user