3 lines
59 B
Rust
3 lines
59 B
Rust
|
|
pub async fn route() -> &'static str {
|
||
|
|
"Hello world"
|
||
|
|
}
|