initial commit
This commit is contained in:
5
playground/server/api/users.get.ts
Normal file
5
playground/server/api/users.get.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { User } from '~/server/models/user.schema'
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
return User.find()
|
||||
})
|
||||
Reference in New Issue
Block a user