Files
soaricarus_auth/src/callers/common.rs
T
2025-03-31 19:16:15 -04:00

5 lines
112 B
Rust

// basic handler that responds with a static string
pub async fn root() -> &'static str {
"Hello, World!"
}