update
This commit is contained in:
parent
d8bb654587
commit
c3d770ffc1
|
@ -1,7 +1,7 @@
|
||||||
use axum::{Router, routing::get};
|
use axum::{Router, routing::get};
|
||||||
|
|
||||||
async fn index() -> &'static str {
|
async fn index() -> &'static str {
|
||||||
"hi world!"
|
"Hi world !"
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
|
Loading…
Reference in New Issue