implement MongoDB user

This commit is contained in:
2025-08-17 16:39:56 -04:00
parent 26832acc31
commit 73e4701daa
3 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ impl RegisterPayload {
}
pub async fn register(Json(_payload): Json<RegisterPayload>) -> impl IntoResponse {
// TODO: Implement user registration logic
// TODO: Implement user registration logic using the user repository in ./src/mongodb/repositories/user
(
StatusCode::OK,