4 lines
66 B
Rust
Executable File
4 lines
66 B
Rust
Executable File
pub async fn logout() -> String {
|
|
"logout view".to_string()
|
|
}
|