ssowat-rs/src/routes/index.rs

3 lines
59 B
Rust
Raw Normal View History

2023-08-18 10:59:50 +02:00
pub async fn route() -> &'static str {
"Hello world"
}