Added test for register endpoint with transactions

This commit is contained in:
2025-04-04 18:59:46 -04:00
parent 08d35c3680
commit c9f17b936f
2 changed files with 110 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
#[derive(Deserialize)]
#[derive(Deserialize, Serialize)]
pub struct CreateUser {
pub username: String,
pub password: String,