Register endpoint #16

Merged
phoenix merged 56 commits from register_endpoint-init into devel 2025-04-05 19:26:59 +00:00
Showing only changes of commit 948b08d4c7 - Show all commits

View File

@@ -19,11 +19,7 @@ pub mod user {
match result {
Ok(r) => Ok(r.is_some()),
Err(e) => {
println!("Error: {:?}", e.to_string());
// Err(e)
Err(e)
}
Err(e) => Err(e),
}
}