update
This commit is contained in:
parent
d8bb654587
commit
c3d770ffc1
|
@ -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