feat: Added get all teams
All checks were successful
Build and Deploy / Deploy Web (push) Successful in 1m3s
Build and Deploy / Deploy Discord Bot (push) Successful in 48s

This commit is contained in:
Xeovalyte 2023-06-07 22:32:34 +02:00
parent ea405ba6d5
commit fabc504e06

View File

@ -0,0 +1,3 @@
export default defineEventHandler(async () => {
return await TeamModel.find()
})