ssowat-rs/src/routes/index.rs
2023-08-22 14:29:02 +02:00

3 lines
59 B
Rust

pub async fn route() -> &'static str {
"Hello world"
}