feat(produser): added in the function to create a standard user based on there username

This commit is contained in:
2025-06-12 21:10:46 -05:00
parent 3283972809
commit 99ad79c662
13 changed files with 438 additions and 35 deletions

View File

@@ -34,7 +34,7 @@ app.openapi(
}
return c.json({
success: data.succes,
success: data.success,
message: data.message,
data: data.data,
});