Compare commits

..

No commits in common. "main" and "0.1.1" have entirely different histories.
main ... 0.1.1

1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use axum::{Router, routing::get};
async fn index() -> &'static str {
"Hi World !"
"hi world!"
}
#[tokio::main]