tamabahan

This commit is contained in:
bipproduction
2025-10-09 15:09:49 +08:00
parent a875930d3c
commit 97c2508cf1

View File

@@ -23,6 +23,11 @@ const ApiUser = new Elysia({
return {
user: user as User
}
},{
detail: {
summary: "find",
description: "find user",
}
})
const Api = new Elysia({