mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
finished object endpoints
Added writing (tested) and deleting (untested) endpoints
This commit is contained in:
@ -41,7 +41,7 @@ export default defineEventHandler(async (h3) => {
|
||||
const user = await prisma.user.create({
|
||||
data: {
|
||||
username,
|
||||
displayName: "",
|
||||
displayName: "DecDuck",
|
||||
email: "",
|
||||
profilePicture: profilePictureObject,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user