dynamic_db #17

Merged
phoenix merged 31 commits from dynamic_db into devel 2025-04-05 01:30:36 +00:00
Showing only changes of commit 5cd45aa643 - Show all commits

View File

@@ -27,7 +27,6 @@ pub async fn register_user(
match repo::user::insert(&pool, &user).await {
Ok(id) => {
println!("User inserted.");
user.id = id;
(StatusCode::CREATED, Json(response::Response{
message: String::from("User inserted"),