Polarcraft/webv2/server/api/teams/index.get.ts
Xeovalyte fabc504e06
All checks were successful
Build and Deploy / Deploy Web (push) Successful in 1m3s
Build and Deploy / Deploy Discord Bot (push) Successful in 48s
feat: Added get all teams
2023-06-07 22:32:34 +02:00

4 lines
83 B
TypeScript

export default defineEventHandler(async () => {
return await TeamModel.find()
})