Files
rss-reader/src/views/auth/logout.rs
T

4 lines
66 B
Rust
Executable File

pub async fn logout() -> String {
"logout view".to_string()
}