Compare commits
No commits in common. "main" and "0.1.1" have entirely different histories.
|
@ -1,7 +1,7 @@
|
|||
use axum::{Router, routing::get};
|
||||
|
||||
async fn index() -> &'static str {
|
||||
"Hi World !"
|
||||
"hi world!"
|
||||
}
|
||||
|
||||
#[tokio::main]
|
||||
|
|
Loading…
Reference in New Issue