Update src/main.rs
This commit is contained in:
parent
c3d770ffc1
commit
ab3d19a3c2
|
@ -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