Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
ab3d19a3c2 | |
|
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