fix: Removed user post #17
All checks were successful
Build and Deploy / Deploy Web (push) Successful in 1m14s
Build and Deploy / Deploy Discord Bot (push) Successful in 45s

This commit is contained in:
Xeovalyte 2023-06-05 09:17:18 +02:00
parent 08a24cae07
commit a0ea5ec191

View File

@ -1,5 +0,0 @@
export default defineEventHandler((event) => {
return {
hello: 'world'
}
})