test commit for the website

This commit is contained in:
2025-08-18 23:03:41 +02:00
parent 01d6113c1e
commit aa6d4a7a66

View File

@@ -9,7 +9,7 @@ type WebResult<T> = std::result::Result<T, Rejection>;
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {
pretty_env_logger::init(); pretty_env_logger::init(); // test change
let db = model::todo_db(); let db = model::todo_db();