Add pic upload for hunt admins

This commit is contained in:
2025-09-11 23:18:02 +02:00
parent 5d4e802796
commit 3e1bfa46d9
6 changed files with 242 additions and 2 deletions
@@ -48,6 +48,12 @@ export default defineEventHandler(async (event) => {
revealQuests: true,
revealAnswers: true,
updatedAt: true,
picture: {
select: {
id: true,
url: true
}
},
creator: {
select: {
name: true,